From 7e1e50a40c533c38fe45d8cfa0a62679a8c79b9a Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Tue, 3 Dec 2024 12:17:37 +0100 Subject: [PATCH] Update 000_intro.md --- website/docs/admin/000_intro.md | 10 ++++++++++ 1 file changed, 10 insertions(+) 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) +``` + +