From b9c7b9eea5dce9501446a11a45f3718d84019dd1 Mon Sep 17 00:00:00 2001 From: Luis Pater Date: Fri, 10 Oct 2025 04:38:01 +0800 Subject: [PATCH] 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. --- README.md | 6 ++++++ README_CN.md | 7 +++++++ 2 files changed, 13 insertions(+) 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