aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorangristan <angristan@pm.me>2019-05-12 17:17:21 +0200
committerangristan <angristan@pm.me>2019-05-12 17:17:59 +0200
commitdf5609db5658070a3aae3321c25637faa65556e2 (patch)
tree1d95284f44b28ced55d58391cf4f24639e6d63da /README.md
parent203d328a33abb6e16ec0624372696190b3891a21 (diff)
Add usage instructions
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md
index b6e511a..4e678f0 100644
--- a/README.md
+++ b/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
+```