Skip to content

Commit 97af785

Browse files
committed
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.
1 parent 0defb68 commit 97af785

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,14 @@ brew install cliproxyapi
6868
brew services start cliproxyapi
6969
```
7070

71+
### Installation via CLIProxyAPI Linux Installer
72+
73+
```bash
74+
curl -fsSL https://raw.githubusercontent.com/brokechubb/cliproxyapi-installer/refs/heads/master/cliproxyapi-installer | bash
75+
```
76+
77+
Thanks to [brokechubb](https://github.com/brokechubb) for building the Linux installer!
78+
7179
## Usage
7280

7381
### GUI Client & Official WebUI

README_CN.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,14 @@ brew install cliproxyapi
8282
brew services start cliproxyapi
8383
```
8484

85+
### 通过 CLIProxyAPI Linux Installer 安装
86+
87+
```bash
88+
curl -fsSL https://raw.githubusercontent.com/brokechubb/cliproxyapi-installer/refs/heads/master/cliproxyapi-installer | bash
89+
```
90+
91+
感谢 [brokechubb](https://github.com/brokechubb) 构建了 Linux installer!
92+
8593
## 使用方法
8694

8795
### 图形客户端与官方 WebUI

0 commit comments

Comments
 (0)