Update README.md

This commit is contained in:
Donald Zou 2021-07-05 16:09:02 -04:00 committed by GitHub
parent f11acdc68f
commit 282599d36f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -74,7 +74,7 @@ $ python3 -m pip install -r requirements.txt
**3. Install & run Wireguard Dashboard**
```shell
$ sudo chmod -R 755 /etc/wireguard # Add read and execute permission of the wireguard config folder
$ sudo chmod -R 744 /etc/wireguard # Add read and execute permission of the wireguard config folder
$ sudo chmod u+x wgd.sh
$ ./wgd.sh start
```