docs: add brew install instructions to README

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
yushen 2026-03-26 17:04:11 +08:00
parent ebda7eb9a8
commit 3cf42e1913

View file

@ -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