From 55afa1c49cc83438b3fd3b2fba35b8dcd7a639e4 Mon Sep 17 00:00:00 2001 From: Callan Bryant Date: Thu, 7 May 2020 17:28:03 +0100 Subject: [PATCH] correct install typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5c48be2..d50ad8d 100644 --- a/README.md +++ b/README.md @@ -16,10 +16,10 @@ It works on AMD64 based linux and also ARMv5. sync : Update wireguard configuration from /etc/dsnetconfig.json after validating -Quick start (AMD64 linux) -- install wireguard, then: +Quick start (AMD64 linux) -- install wireguard, then, after making sure `/usr/local/bin` is in your path: sudo wget https://github.com/naggie/dsnet/releases/download/v0.1/dsnet-linux-amd64 -O /usr/local/bin/dsnet - sudo chmod +x /usr/local/dsnet + sudo chmod +x /usr/local/bin/dsnet sudo dsnet init sudo dsnet up # edit /etc/dsnetconfig.json to taste