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

@@ -4,8 +4,8 @@ https://github.com/RubyMetric/chsrc/issues/16
- [x] `Homebrew`
- [x] `Scoop`
- [x] `WinGet`
- [x] `AUR`
- [x] `Winget`
- [ ] `Flatpak`
- [ ] `snap`
- [ ] ...
@@ -15,6 +15,8 @@ $ brew install chsrc
$ scoop install chsrc
$ winget install RubyMetric.chsrc
yay -S chsrc-bin # Binary from GitHub Release
yay -S chsrc # Build from GitHub Release
yay -S chsrc-git # Build from the latest main branch (stable)
@@ -30,6 +32,10 @@ https://github.com/Homebrew/homebrew-core/blob/master/Formula/c/chsrc.rb
https://github.com/ScoopInstaller/Main/blob/master/bucket/chsrc.json
# WinGet
https://github.com/microsoft/winget-pkgs/tree/master/manifests/r/RubyMetric/chsrc
# AUR
[chsrc-bin](https://aur.archlinux.org/packages/chsrc-bin): 从GitHub Release直接下载的二进制文件
@@ -37,7 +43,3 @@ https://github.com/ScoopInstaller/Main/blob/master/bucket/chsrc.json
[chsrc](https://aur.archlinux.org/packages/chsrc)从GitHub Release的代码构建
[chsrc-git](https://aur.archlinux.org/packages/chsrc-git):从最新源码构建的版本,偶尔可能不稳定
# Winget
`winget install RubyMetric.chsrc` 直接使用winget命令安装