Update README.md

This commit is contained in:
Bozhidar Slaveykov 2024-10-01 12:11:11 +03:00 committed by GitHub
parent a4dc759a96
commit d858607617
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 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 ## Documentation
For more information, please refer to the [documentation](https://docs.phyrepanel.com/introduction/getting-started.html). For more information, please refer to the [documentation](https://docs.phyrepanel.com/introduction/getting-started.html).