Update README about WinGet

This commit is contained in:
Aoran Zeng
2024-12-25 15:23:52 +08:00
parent 00910b025e
commit 536c69d04f
3 changed files with 19 additions and 7 deletions

View File

@@ -70,8 +70,8 @@
- [x] `Homebrew`
- [x] `Scoop`
- [x] `AUR`
- [x] `WinGet`
- [x] `AUR`
- [ ] `Flatpak`
- [ ] `snap`
- [ ] 缺乏其他平台/包维护者
@@ -108,6 +108,14 @@ $ scoop install chsrc
<br>
- 可通过 `WinGet` 安装,感谢 [@YU-7]
```bash
$ winget install RubyMetric.chsrc
```
<br>
- 可通过 `PowerShell` 脚本一键下载最新版二进制文件,感谢 [@wickdynex]
若下方链接无法访问,可使用 `https://gitee.com/RubyMetric/chsrc/raw/main/tool/installer.ps1` 替代
@@ -468,5 +476,6 @@ $ make clean
[@ccmywish]: https://github.com/ccmywish
[@Efterklang]: https://github.com/Efterklang
[@wickdynex]: https://github.com/wickdynex
[@YU-7]: https://github.com/YU-7
[issue#98 on GitHub]: https://github.com/RubyMetric/chsrc/issues/98