docs: add Homebrew installation instructions to README and README_CN

- Updated both English and Chinese documentation with steps to install and start `cliproxyapi` via Homebrew.
This commit is contained in:
Luis Pater
2025-10-10 04:38:01 +08:00
parent 57195fa0f5
commit b9c7b9eea5
2 changed files with 13 additions and 0 deletions

View File

@@ -62,6 +62,12 @@ Chinese providers have now been added: [Qwen Code](https://github.com/QwenLM/qwe
go build -o cli-proxy-api.exe ./cmd/server
```
### Installation via Homebrew
```bash
brew install cliproxyapi
brew services start cliproxyapi
```
## Usage