1
0
mirror of https://github.com/donaldzou/WGDashboard.git synced 2024-11-22 07:10:09 +01:00

Update README.md

This commit is contained in:
Donald Zou 2021-07-05 15:35:23 -04:00 committed by GitHub
parent 971e127cfd
commit f11acdc68f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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