correct install typo

This commit is contained in:
Callan Bryant 2020-05-07 17:28:03 +01:00
parent 1985b3f990
commit 55afa1c49c
No known key found for this signature in database
GPG Key ID: C31FA9DF3ACBFFAA

View File

@ -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