Update installation.mdx (#289)

tar xcf does not make sense, as x instructs tar to unpack an archive while c instructs it to create one. I changed c to z to tell tar to unpack and decompress the archive.
This commit is contained in:
Tamás Máhr
2025-03-20 12:38:14 +01:00
committed by GitHub
parent 60718cfae0
commit 553d2908b8

View File

@@ -254,7 +254,7 @@ NetBird has an official iOS application that you can download from the App Store
3. Decompress
```bash
tar xcf ./netbird_<VERSION>.tar.gz
tar xzf ./netbird_<VERSION>.tar.gz
sudo mv netbird /usr/bin/netbird
sudo chown root:root /usr/bin/netbird
sudo chmod +x /usr/bin/netbird