Skip to content

Commit

Permalink
Update Arch Linux package link (#1024)
Browse files Browse the repository at this point in the history
  • Loading branch information
dumbasPL committed Dec 27, 2023
1 parent 3a22181 commit b22ba6e
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,26 @@ Check the [releases](https://github.com/slackhq/nebula/releases/latest) page for

#### Distribution Packages

- [Arch Linux](https://archlinux.org/packages/community/x86_64/nebula/)
- [Arch Linux](https://archlinux.org/packages/extra/x86_64/nebula/)
```
$ sudo pacman -S nebula
```

- [Fedora Linux](https://src.fedoraproject.org/rpms/nebula)
```
$ sudo dnf install nebula
```

- [Debian Linux](https://packages.debian.org/source/stable/nebula)
```
$ sudo apt install nebula
```

- [Alpine Linux](https://pkgs.alpinelinux.org/packages?name=nebula)
```
$ sudo apk add nebula
```

- [macOS Homebrew](https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/nebula.rb)
```
$ brew install nebula
Expand Down

0 comments on commit b22ba6e

Please sign in to comment.