From f11acdc68ffae9929a3587444b8e43724439d431 Mon Sep 17 00:00:00 2001 From: Donald Zou Date: Mon, 5 Jul 2021 15:35:23 -0400 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 41a14b9..215fe89 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,8 @@ $ python3 -m pip install -r requirements.txt **3. Install & run Wireguard Dashboard** ```shell -$ chmod u+x wgd.sh +$ sudo chmod -R 755 /etc/wireguard # Add read and execute permission of the wireguard config folder +$ sudo chmod u+x wgd.sh $ ./wgd.sh start ```