From aa2c3d3ee89729397bf857e0c869bb0ec3e79c47 Mon Sep 17 00:00:00 2001 From: Bozhidar Slaveykov Date: Tue, 1 Oct 2024 12:16:49 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0aeced3..1cc0801 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ 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 +rm -rf update.sh && wget https://raw.githubusercontent.com/PhyreApps/PhyrePanel/main/web/update.sh && chmod +x update.sh && ./update.sh ``` ## Documentation