From 746f31f70c52a7599e24be55a6a3d12c42b24f25 Mon Sep 17 00:00:00 2001 From: Donald Cheng Hong Zou Date: Fri, 2 Jul 2021 13:25:35 -0400 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 2ddf5eb..f73a0d4 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ **1. Download Wireguard Dashboard** ```shell -git clone -b v2.0.1 https://github.com/donaldzou/Wireguard-Dashboard.git +git clone -b v2.1 https://github.com/donaldzou/Wireguard-Dashboard.git ``` **2. Install Python Dependencies** @@ -94,7 +94,6 @@ cd Wireguard-Dashboard/src ./wgd.sh debug # Start the dashboard in foreground (debug mode) ./wgd.sh stop # Stop the dashboard ./wgd.sh restart # Restart the dasboard -./wgd.sh update # Update the dashboard ``` ⚠️ **For first time user please also read the next section.**