From 97af785aad8c2e326cdc12faecf2eb5eeea86d02 Mon Sep 17 00:00:00 2001 From: Luis Pater Date: Tue, 28 Oct 2025 23:17:08 +0800 Subject: [PATCH] docs(readme): add CLIProxyAPI Linux installer instructions - Updated `README.md` and `README_CN.md` with steps to install via the Linux installer. - Acknowledged [brokechubb](https://github.com/brokechubb) for building the installer. --- README.md | 8 ++++++++ README_CN.md | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/README.md b/README.md index 2ac065ea..c8cd4381 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,14 @@ brew install cliproxyapi brew services start cliproxyapi ``` +### Installation via CLIProxyAPI Linux Installer + +```bash +curl -fsSL https://raw.githubusercontent.com/brokechubb/cliproxyapi-installer/refs/heads/master/cliproxyapi-installer | bash +``` + +Thanks to [brokechubb](https://github.com/brokechubb) for building the Linux installer! + ## Usage ### GUI Client & Official WebUI diff --git a/README_CN.md b/README_CN.md index 87c85e2b..dd7d71ca 100644 --- a/README_CN.md +++ b/README_CN.md @@ -82,6 +82,14 @@ brew install cliproxyapi brew services start cliproxyapi ``` +### 通过 CLIProxyAPI Linux Installer 安装 + +```bash +curl -fsSL https://raw.githubusercontent.com/brokechubb/cliproxyapi-installer/refs/heads/master/cliproxyapi-installer | bash +``` + +感谢 [brokechubb](https://github.com/brokechubb) 构建了 Linux installer! + ## 使用方法 ### 图形客户端与官方 WebUI