diff --git a/website/docs/admin/000_intro.md b/website/docs/admin/000_intro.md index bbbee227..6bd7cc64 100644 --- a/website/docs/admin/000_intro.md +++ b/website/docs/admin/000_intro.md @@ -231,6 +231,16 @@ To update OpenPanel manually from the terminal, run the following command: opencli update --force ``` + + + +To update OpenPanel manually from GitHub: + +```bash +bash <(curl -sSL https://raw.githubusercontent.com/stefanpejcic/OpenPanel/refs/heads/main/version/UPDATE.sh) +``` + +