mirror of
https://github.com/angristan/wireguard-install.git
synced 2024-11-24 05:56:02 +03:00
Add usage instructions
This commit is contained in:
parent
203d328a33
commit
df5609db56
15
README.md
15
README.md
@ -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
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user