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

Update README.md

This commit is contained in:
Donald Cheng Hong Zou 2021-08-16 15:32:14 -04:00
parent c32ccfc9ed
commit 6ec0a65d0c

View File

@ -107,7 +107,7 @@
1. **Download Wireguard Dashboard** 1. **Download Wireguard Dashboard**
```shell ```shell
git clone -b v2.2 https://github.com/donaldzou/wireguard-dashboard.git git clone -b v2.2.1 https://github.com/donaldzou/wireguard-dashboard.git
2. Open the Wireguard Dashboard folder 2. Open the Wireguard Dashboard folder
@ -335,7 +335,7 @@ Endpoint = 0.0.0.0:51820
2. Get the newest version 2. Get the newest version
```shell ```shell
sudo git stash sudo git stash
sudo git pull https://github.com/donaldzou/wireguard-dashboard.git v2.2 --force sudo git pull https://github.com/donaldzou/wireguard-dashboard.git v2.2.1 --force
``` ```
3. Update and install all python dependencies 3. Update and install all python dependencies
```shell ```shell