mirror of
https://github.com/netbirdio/docs.git
synced 2026-04-16 07:26:35 +00:00
Mention install.sh in installation guide (#94)
This commit is contained in:
@@ -6,6 +6,12 @@ export const title = 'Installation'
|
||||
|
||||
### Linux
|
||||
|
||||
**Install with one command**
|
||||
|
||||
```bash
|
||||
curl -fsSL https://pkgs.netbird.io/install.sh | sh
|
||||
```
|
||||
|
||||
**APT/Debian**
|
||||
1. Add the repository:
|
||||
|
||||
@@ -96,6 +102,13 @@ EOF
|
||||
```
|
||||
|
||||
### macOS
|
||||
|
||||
**Install with one command**
|
||||
|
||||
```bash
|
||||
curl -fsSL https://pkgs.netbird.io/install.sh | sh
|
||||
```
|
||||
|
||||
**Package install**
|
||||
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>
|
||||
|
||||
Reference in New Issue
Block a user