docs: add homebrew install notes (#289)
Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
parent
b12e2e39e9
commit
ac9dac0263
|
|
@ -25,6 +25,12 @@ workspaces, tabs, panes. mouse-native: click, drag, split. every agent at a glan
|
|||
curl -fsSL https://herdr.dev/install.sh | sh
|
||||
```
|
||||
|
||||
or install with homebrew:
|
||||
|
||||
```bash
|
||||
brew install herdr
|
||||
```
|
||||
|
||||
or download the binary from [releases](https://github.com/ogulcancelik/herdr/releases). requires linux or macos.
|
||||
|
||||
### update
|
||||
|
|
|
|||
|
|
@ -15,6 +15,14 @@ curl -fsSL https://herdr.dev/install.sh | sh
|
|||
|
||||
The installer downloads the right release binary for your platform and places it on your PATH.
|
||||
|
||||
## Install with Homebrew
|
||||
|
||||
If you already use Homebrew:
|
||||
|
||||
```bash
|
||||
brew install herdr
|
||||
```
|
||||
|
||||
## Verify
|
||||
|
||||
Start Herdr:
|
||||
|
|
|
|||
Loading…
Reference in New Issue