diff --git a/README.md b/README.md index 454b47bd..725e2e64 100644 --- a/README.md +++ b/README.md @@ -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