From d85860761771c649a18d949854199932385b07ad Mon Sep 17 00:00:00 2001 From: Bozhidar Slaveykov Date: Tue, 1 Oct 2024 12:11:11 +0300 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 5d7008b..0aeced3 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,12 @@ wget https://raw.githubusercontent.com/PhyreApps/PhyrePanel/main/installers/inst ``` The admin panel can be opened on port: yourserver.com:8443 +## Updating +To update PhyrePanel, you need to run this commands: +``` +wget https://raw.githubusercontent.com/PhyreApps/PhyrePanel/main/web/update.sh && chmod +x update.sh && ./update.sh +``` + ## Documentation For more information, please refer to the [documentation](https://docs.phyrepanel.com/introduction/getting-started.html).