diff --git a/README.md b/README.md index 16a3d035..1143f968 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/README_CN.md b/README_CN.md index 8c1fd70f..3434e50b 100644 --- a/README_CN.md +++ b/README_CN.md @@ -76,6 +76,13 @@ go build -o cli-proxy-api ./cmd/server ``` +### 通过 Homebrew 安装 + +```bash +brew install cliproxyapi +brew services start cliproxyapi +``` + ## 使用方法 ### 图形客户端与官方 WebUI