1
0
mirror of https://github.com/donaldzou/WGDashboard.git synced 2024-11-22 07:10:09 +01:00

Update README.md

This commit is contained in:
Donald Zou 2021-05-13 19:54:37 -04:00 committed by GitHub
parent 3b2344b477
commit 1213a030e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -143,9 +143,9 @@ All these settings will be able to configure within the dashboard in **Settings*
## ❓ How to update the dashboard?
```
```{shell}
$ cd wireguard-dashboard
$ sudo sh wgd.sh update # Perform update
$ sudo git pull https://github.com/donaldzou/wireguard-dashboard.git v2.0 --force # Perform update
$ sudo sh wgd.sh start # Start dashboard
```