From 3b761ca2a8f57027fe5480edbe5d9a641b0ade17 Mon Sep 17 00:00:00 2001 From: Donald Zou Date: Tue, 4 May 2021 01:20:20 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 87bedd6..36a29d5 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ $ python3 -m pip install flask tinydb **2. Install Wireguard Dashboard** ``` -$ git clone https://github.com/donaldzou/Wireguard-Dashboard.git +$ git clone -b v1.1.2 https://github.com/donaldzou/Wireguard-Dashboard.git $ cd Wireguard-Dashboard/src $ python3 dashboard.py ```