1
1
mirror of https://github.com/angristan/wireguard-install.git synced 2024-06-05 13:00:48 +00:00

Add usage instructions

This commit is contained in:
angristan 2019-05-12 17:17:21 +02:00
parent 203d328a33
commit df5609db56

View File

@ -11,3 +11,18 @@ Supported distributions:
- Fedora
- Centos
- Arch Linux
## Usage
First, get the script and make it executable :
```bash
curl -O https://raw.githubusercontent.com/angristan/wireguard-install/master/wireguard-install.sh
chmod +x wireguard-install.sh
```
Then run it :
```sh
./wireguard-install.sh
```