Update 000_intro.md

This commit is contained in:
Stefan Pejcic 2024-02-21 16:48:52 +01:00 committed by GitHub
parent 1bcaf05559
commit 04324efcb9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
```