From df5609db5658070a3aae3321c25637faa65556e2 Mon Sep 17 00:00:00 2001 From: angristan Date: Sun, 12 May 2019 17:17:21 +0200 Subject: [PATCH] Add usage instructions --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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 +```