We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 984475a commit 07be99bCopy full SHA for 07be99b
1 file changed
README.md
@@ -8,10 +8,10 @@ Zread 是一款命令行工具,通过 AI 大模型自动分析代码仓库,
8
9
## 安装
10
11
-### Homebrew(macOS / Linux 推荐)
+### Homebrew(支持 macOS / Linux)
12
13
```bash
14
-brew tap codegeex/homebrew-tap
+brew tap ZreadAI/homebrew-tap
15
brew install zread
16
```
17
@@ -21,7 +21,7 @@ brew install zread
21
brew upgrade zread
22
23
24
-### npm
+### npm(支持 Windows / Linux / macOS)
25
26
27
npm install -g zread_cli
0 commit comments