mirror of
https://github.com/netbirdio/docs.git
synced 2026-04-16 07:26:35 +00:00
add macOS pkg install to docs
This commit is contained in:
@@ -96,6 +96,17 @@ 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```
|
||||
- M1 & M2: ```netbird_<VERSION>_darwin_arm64.pkg``` <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.
|
||||
> To uninstall the client remove the app from /Applications
|
||||
|
||||
**Homebrew install**
|
||||
1. Download and install homebrew at https://brew.sh/
|
||||
2. If wiretrustee was previously installed with homebrew, you will need to run:
|
||||
@@ -103,7 +114,7 @@ export const title = 'Installation'
|
||||
# Stop and uninstall daemon service:
|
||||
sudo wiretrustee service stop
|
||||
sudo wiretrustee service uninstall
|
||||
# unlik the app
|
||||
# unlink the app
|
||||
brew unlink wiretrustee
|
||||
```
|
||||
> netbird will copy any existing configuration from the Wiretrustee's default configuration paths to the new NetBird's default location
|
||||
|
||||
Reference in New Issue
Block a user