correct install typo
This commit is contained in:
parent
1985b3f990
commit
55afa1c49c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user