From b7d6ae1b486b084a693ead0123e8cac45cf6d364 Mon Sep 17 00:00:00 2001 From: kaixxx Date: Fri, 12 Sep 2025 01:12:51 +0200 Subject: [PATCH] Windows build instructions --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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