Mention install.sh in installation guide (#94)

This commit is contained in:
Andrei Shevchuk
2023-09-28 16:52:40 +00:00
committed by GitHub
parent de70cca447
commit a6904c0ada

View File

@@ -6,6 +6,12 @@ export const title = 'Installation'
### Linux ### Linux
**Install with one command**
```bash
curl -fsSL https://pkgs.netbird.io/install.sh | sh
```
**APT/Debian** **APT/Debian**
1. Add the repository: 1. Add the repository:
@@ -96,6 +102,13 @@ EOF
``` ```
### macOS ### macOS
**Install with one command**
```bash
curl -fsSL https://pkgs.netbird.io/install.sh | sh
```
**Package install** **Package install**
1. Download the latest MacOS release installer for your [processor](https://support.apple.com/en-us/HT211814 ): 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> - Intel: <Button href="https://pkgs.netbird.io/macos/amd64" variant="text" arrow="right">Download NetBird for Intel</Button>