mirror of
https://github.com/angristan/wireguard-install.git
synced 2025-04-05 03:43:30 +03:00
Add usage instructions
This commit is contained in:
parent
203d328a33
commit
df5609db56
1 changed files with 15 additions and 0 deletions
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…
Add table
Reference in a new issue