From d720580e7581e72b6acc41ce7c1bc79fc64f4232 Mon Sep 17 00:00:00 2001 From: claude-code-best Date: Sat, 4 Apr 2026 16:44:45 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=B7=BB=E5=8A=A0=E5=AF=B9=20rg=20?= =?UTF-8?q?=E4=B8=8B=E8=BD=BD=E7=9A=84=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 5a32c82d6..bb3ff7d90 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,12 @@ bun install ``` +国内对 github 网络较差的,可以使用这个环境变量 + +```bash +DEFAULT_RELEASE_BASE=https://ghproxy.net/https://github.com/microsoft/ripgrep-prebuilt/releases/download/v15.0.1 +``` + ### 运行 ```bash