mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-07-26 08:25:18 -04:00
Merge branch 'salvatoret/homebrew-veilid' into 'main'
Add Homebrew instructions See merge request veilid/veilid!241
This commit is contained in:
commit
97b101dce9
1 changed files with 10 additions and 0 deletions
10
INSTALL.md
10
INSTALL.md
|
@ -72,6 +72,16 @@ sudo yum-config-manager --add-repo https://packages.veilid.net/rpm/veilid-rpm-re
|
||||||
sudo dnf install veilid-server veilid-cli
|
sudo dnf install veilid-server veilid-cli
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### macOS
|
||||||
|
|
||||||
|
Veilid is available [via Homebrew](https://formulae.brew.sh/formula/veilid).
|
||||||
|
|
||||||
|
```shell
|
||||||
|
brew install veilid
|
||||||
|
```
|
||||||
|
|
||||||
|
You can then run `veilid-server` and `veilid-cli` from the command line.
|
||||||
|
|
||||||
## Start headless node
|
## Start headless node
|
||||||
|
|
||||||
### With systemd
|
### With systemd
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue