diff --git a/README.md b/README.md index 42e259ca..c8ef6fa8 100644 --- a/README.md +++ b/README.md @@ -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