docs: add CLI_INSTALL.md for agent-driven setup and update READMEs

Add a structured installation guide (CLI_INSTALL.md) designed for AI agents
to fetch and execute step-by-step: install CLI, authenticate, and start the
daemon. Update README and README.zh-CN CLI sections with an agent-friendly
paste option alongside the existing manual instructions.

Also fix brew formula name in CLI_AND_DAEMON.md (multica-cli → multica) to
match .goreleaser.yml.
This commit is contained in:
quake 2026-04-06 21:15:30 +09:00
parent 5fba76f010
commit 72da372eba
4 changed files with 188 additions and 1 deletions

View file

@ -8,7 +8,7 @@ The `multica` CLI connects your local machine to Multica. It handles authenticat
```bash
brew tap multica-ai/tap
brew install multica-cli
brew install multica
```
### Build from Source