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 ```