From 3cf42e19136757dd6296992f1200d9753265e65f Mon Sep 17 00:00:00 2001 From: yushen Date: Thu, 26 Mar 2026 17:04:11 +0800 Subject: [PATCH] docs: add brew install instructions to README Co-Authored-By: Claude Opus 4.6 (1M context) --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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