Browse Source

Update install.md

pull/109/head
Per-Arne Andersen 3 years ago
committed by GitHub
parent
commit
dec7b6efd1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      docs/install.md

3
docs/install.md

@ -40,8 +40,7 @@ apt-get install -y nodejs
### WireGuard: Ubuntu
#### 18.04 and later
```
sudo apt update
sudo apt install wireguard wireguard-tools -y
sudo apt update && sudo apt install wireguard wireguard-tools -y
```
#### 16.04 and earlier
```

Loading…
Cancel
Save