Windows build instructions

This commit is contained in:
kaixxx
2025-09-12 01:12:51 +02:00
parent aacfcae382
commit b7d6ae1b48

View File

@@ -47,9 +47,15 @@ The first Chinese provider has now been added: [Qwen Code](https://github.com/Qw
```
2. Build the application:
Linux, macOS:
```bash
go build -o cli-proxy-api ./cmd/server
```
Windows:
```bash
go build -o cli-proxy-api.exe ./cmd/server
```
## Usage