浏览代码

Update 000_intro.md

Stefan Pejcic 1 年之前
父节点
当前提交
04324efcb9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      documentation/docs/admin/000_intro.md

+ 1 - 1
documentation/docs/admin/000_intro.md

@@ -68,7 +68,7 @@ The installation script also supports optional flags that can be used to install
 Example: Install OpenPanel in debug mode
 
 ```shell
-cd /root && (curl -sSL -o install https://get.openpanel.co || wget -qO install https://get.openpanel.co) && chmod +x install && ./install --debug
+bash <(curl -sSL https://get.openpanel.co/) --debug
 ```