docs: add brew install instructions to README
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
ebda7eb9a8
commit
3cf42e1913
1 changed files with 8 additions and 1 deletions
|
|
@ -106,9 +106,16 @@ The CLI manages authentication, workspace configuration, and the local agent dae
|
|||
|
||||
### Install
|
||||
|
||||
```bash
|
||||
brew tap multica-ai/tap
|
||||
brew install multica-cli
|
||||
```
|
||||
|
||||
Or build from source:
|
||||
|
||||
```bash
|
||||
make build
|
||||
cp server/bin/multica /usr/local/bin/multica # or ~/.local/bin/multica
|
||||
cp server/bin/multica /usr/local/bin/multica
|
||||
```
|
||||
|
||||
### Authentication
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue