add readme

This commit is contained in:
ducoterra
2019-12-29 21:25:53 -05:00
parent 8ed2222754
commit 33645d1366

17
README.md Normal file
View File

@@ -0,0 +1,17 @@
# To Install
```bash
sudo su -
git clone http://gitlab.duco.net/ducoterra/wireguard_scripts.git
sh install.sh
```
# Add a client
```bash
cat /etc/wireguard/pubkey
sh newclient.sh
```
# Create a QR Code
```bash
sh qr.sh < client/client.conf
```