From 6ec0a65d0c218ed27c45c827a04ff7b6de776707 Mon Sep 17 00:00:00 2001 From: Donald Cheng Hong Zou Date: Mon, 16 Aug 2021 15:32:14 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f971034..29f86d3 100644 --- a/README.md +++ b/README.md @@ -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