From b03e5638385471c1dc2df13ece6d4a3226fe1ac1 Mon Sep 17 00:00:00 2001 From: Pascal Fischer Date: Tue, 30 May 2023 17:55:54 +0200 Subject: [PATCH 1/3] add macOS pkg install to docs --- src/pages/how-to/installation.mdx | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/src/pages/how-to/installation.mdx b/src/pages/how-to/installation.mdx index d972e7df..836acc0f 100644 --- a/src/pages/how-to/installation.mdx +++ b/src/pages/how-to/installation.mdx @@ -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__darwin_amd64.pkg``` + - M1 & M2: ```netbird__darwin_arm64.pkg```
+_(**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 From 6d6f61177a6787087bda7279e8e1d521f50476f3 Mon Sep 17 00:00:00 2001 From: Pascal Fischer Date: Tue, 30 May 2023 18:16:27 +0200 Subject: [PATCH 2/3] add buttons to download directly --- src/pages/how-to/installation.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/how-to/installation.mdx b/src/pages/how-to/installation.mdx index 836acc0f..c4433778 100644 --- a/src/pages/how-to/installation.mdx +++ b/src/pages/how-to/installation.mdx @@ -99,8 +99,8 @@ export const title = 'Installation' **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__darwin_amd64.pkg``` - - M1 & M2: ```netbird__darwin_arm64.pkg```
+ - Intel: ```netbird__darwin_amd64.pkg``` + - M1 & M2: ```netbird__darwin_arm64.pkg```
_(**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 From b2297b9f141a70814108b942925b861760aa20ee Mon Sep 17 00:00:00 2001 From: Pascal Fischer Date: Wed, 31 May 2023 15:25:19 +0200 Subject: [PATCH 3/3] downloading latest installer directly --- src/pages/how-to/installation.mdx | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/src/pages/how-to/installation.mdx b/src/pages/how-to/installation.mdx index c4433778..2dfa8c97 100644 --- a/src/pages/how-to/installation.mdx +++ b/src/pages/how-to/installation.mdx @@ -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__darwin_amd64.pkg``` - - M1 & M2: ```netbird__darwin_arm64.pkg```
-_(**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: + - M1 & M2:
+_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**