Merge pull request #20 from SISheogorath/patch-1

This commit is contained in:
Misha Bragin
2022-11-08 16:09:11 +01:00
committed by GitHub

View File

@@ -128,7 +128,8 @@ You need to replace some variables from the URL above:
```bash ```bash
tar xcf ./netbird_<VERSION>.tar.gz tar xcf ./netbird_<VERSION>.tar.gz
sudo mv netbird /usr/bin/netbird sudo mv netbird /usr/bin/netbird
chmod +x /usr/bin/netbird sudo chown root:root /usr/bin/netbird
sudo chmod +x /usr/bin/netbird
``` ```
After that you may need to add /usr/bin in your PATH environment variable: After that you may need to add /usr/bin in your PATH environment variable:
````bash ````bash