mirror of
https://github.com/router-for-me/CLIProxyAPI.git
synced 2026-02-18 12:20:52 +08:00
Windows build instructions
This commit is contained in:
@@ -47,9 +47,15 @@ The first Chinese provider has now been added: [Qwen Code](https://github.com/Qw
|
|||||||
```
|
```
|
||||||
|
|
||||||
2. Build the application:
|
2. Build the application:
|
||||||
|
Linux, macOS:
|
||||||
```bash
|
```bash
|
||||||
go build -o cli-proxy-api ./cmd/server
|
go build -o cli-proxy-api ./cmd/server
|
||||||
```
|
```
|
||||||
|
Windows:
|
||||||
|
```bash
|
||||||
|
go build -o cli-proxy-api.exe ./cmd/server
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user