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 07be99b commit e2389a3Copy full SHA for e2389a3
1 file changed
README.md
@@ -8,7 +8,7 @@ Zread 是一款命令行工具,通过 AI 大模型自动分析代码仓库,
8
9
## 安装
10
11
-### Homebrew(支持 macOS / Linux)
+### Homebrew (支持 macOS / Linux)
12
13
```bash
14
brew tap ZreadAI/homebrew-tap
@@ -21,7 +21,7 @@ brew install zread
21
brew upgrade zread
22
```
23
24
-### npm(支持 Windows / Linux / macOS)
+### npm (支持 Windows / Linux / macOS)
25
26
27
npm install -g zread_cli
@@ -33,6 +33,18 @@ npm install -g zread_cli
33
npm update -g zread_cli
34
35
36
+### winget (支持 Windows 10/11)
37
+
38
+```shell
39
+winget install ZhipuAI.Zread
40
+```
41
42
+升级:
43
44
45
+winget upgrade ZhipuAI.Zread
46
47
48
49
### 直接下载
50
0 commit comments