Skip to content

Commit e2389a3

Browse files
authored
Update README.md
1 parent 07be99b commit e2389a3

1 file changed

Lines changed: 14 additions & 2 deletions

File tree

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Zread 是一款命令行工具,通过 AI 大模型自动分析代码仓库,
88

99
## 安装
1010

11-
### Homebrew(支持 macOS / Linux)
11+
### Homebrew (支持 macOS / Linux)
1212

1313
```bash
1414
brew tap ZreadAI/homebrew-tap
@@ -21,7 +21,7 @@ brew install zread
2121
brew upgrade zread
2222
```
2323

24-
### npm(支持 Windows / Linux / macOS)
24+
### npm (支持 Windows / Linux / macOS)
2525

2626
```bash
2727
npm install -g zread_cli
@@ -33,6 +33,18 @@ npm install -g zread_cli
3333
npm update -g zread_cli
3434
```
3535

36+
### winget (支持 Windows 10/11)
37+
38+
```shell
39+
winget install ZhipuAI.Zread
40+
```
41+
42+
升级:
43+
44+
```shell
45+
winget upgrade ZhipuAI.Zread
46+
```
47+
3648

3749
### 直接下载
3850

0 commit comments

Comments
 (0)