Update README.md

pull/64/head
Donald Cheng Hong Zou 2021-08-16 15:32:14 -04:00
parent c32ccfc9ed
commit 6ec0a65d0c
1 changed files with 2 additions and 2 deletions

View File

@ -107,7 +107,7 @@
1. **Download Wireguard Dashboard**
```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
@ -335,7 +335,7 @@ Endpoint = 0.0.0.0:51820
2. Get the newest version
```shell
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
```shell