downloading latest installer directly

This commit is contained in:
Pascal Fischer
2023-05-31 15:25:19 +02:00
parent 6d6f61177a
commit b2297b9f14

View File

@@ -97,14 +97,13 @@ export const title = 'Installation'
### macOS
**Package install**
1. Checkout NetBird [releases](https://github.com/netbirdio/netbird/releases/latest)
2. Download the latest MacOS release installer for your [processor](https://support.apple.com/en-us/HT211814 ):
- Intel: ```netbird_<VERSION>_darwin_amd64.pkg``` <Button href="https://pkgs.netbird.io/macos/amd64" variant="text" arrow="right">Direct download</Button>
- M1 & M2: ```netbird_<VERSION>_darwin_arm64.pkg``` <Button href="https://pkgs.netbird.io/macos/arm64" variant="text" arrow="right">Direct download</Button> <br />
_(**Switch VERSION to the latest**)_
3. Proceed with the installation steps
4. This will install the NetBird app into /Applications and add the daemon service
5. After installing, you can follow the steps from [Running NetBird with SSO Login](#Running-NetBird-with-SSO-Login) steps.
1. Download the latest MacOS release installer for your [processor](https://support.apple.com/en-us/HT211814 ):
- Intel: <Button href="https://pkgs.netbird.io/macos/amd64" variant="text" arrow="right">Download NetBird for Intel</Button>
- M1 & M2: <Button href="https://pkgs.netbird.io/macos/arm64" variant="text" arrow="right">Download NetBird for Apple Silicon</Button><br />
_If you require an older version checkout NetBird [releases](https://github.com/netbirdio/netbird/releases/latest)_
2. Proceed with the installation steps
3. This will install the NetBird app into /Applications and add the daemon service
4. After installing, you can follow the steps from [Running NetBird with SSO Login](#Running-NetBird-with-SSO-Login) steps.
> To uninstall the client remove the app from /Applications
**Homebrew install**