docs: 添加对 rg 下载的提示

This commit is contained in:
claude-code-best
2026-04-04 16:44:45 +08:00
parent bd6707ad14
commit d720580e75

View File

@@ -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