diff --git a/README.md b/README.md new file mode 100644 index 0000000..1c54651 --- /dev/null +++ b/README.md @@ -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 +``` \ No newline at end of file