Update AUR and conrtibutor info

[GitHub #57]
This commit is contained in:
Aoran Zeng 2024-08-29 16:30:14 +08:00
parent daa6df971f
commit a67b810871
No known key found for this signature in database
GPG Key ID: 8F8BA8488E10ED98
2 changed files with 8 additions and 7 deletions

View File

@ -23,12 +23,13 @@
<br>
> [!NOTE]
> 想通过 `flatpak`, `yay`,`pacman`,`apt`,`dnf` 等系统包管理工具来安装和更新`chsrc`?若您可提供维护,请访问 [issue#16 on GitHub](https://github.com/RubyMetric/chsrc/issues/16)
> 想通过 `flatpak`,`snap`,`pacman`,`apt`,`dnf` 等系统包管理工具来安装和更新`chsrc`?若您可提供维护,请访问 [issue#16 on GitHub](https://github.com/RubyMetric/chsrc/issues/16)
- [x] `Homebrew`
- [x] `Scoop`
- [ ] `Flatpak`
- [x] `AUR`
- [ ] `Flatpak`
- [ ] `snap`
- [ ] 缺乏其他平台/包维护者
<br>
@ -75,12 +76,12 @@ curl -L https://gitee.com/RubyMetric/chsrc/releases/download/pre/chsrc-x86-windo
<details>
<summary>Linux</summary>
- 通过包管理器安装,支持持续更新。目前支持 `AUR`,其他平台欢迎[贡献](#-贡献)
- 支持 `AUR`,可通过 `yay` 安装,感谢 [@Jerry-Terrasse](https://github.com/Jerry-Terrasse)
```bash
# AUR
yay -S chsrc # binary from release
yay -S chsrc-git # build from source, the latest version, maybe unstable
yay -S chsrc # Binary from GitHub Release
yay -S chsrc-git # Build from the latest main branch (stable)
```
- 手动下载二进制文件安装

View File

@ -6,6 +6,7 @@ https://github.com/RubyMetric/chsrc/issues/16
- [x] `Scoop`
- [x] `AUR`
- [ ] `Flatpak`
- [ ] `snap`
- [ ] ...
```bash
@ -23,7 +24,6 @@ $ yay -S chsrc-git # build from source
https://github.com/Homebrew/homebrew-core/blob/master/Formula/c/chsrc.rb
# Scoop
https://github.com/ScoopInstaller/Main/blob/master/bucket/chsrc.json
@ -32,4 +32,4 @@ https://github.com/ScoopInstaller/Main/blob/master/bucket/chsrc.json
[chsrc](https://aur.archlinux.org/packages/chsrc-git)从release打包的稳定发布版本
[chsrc-git](https://aur.archlinux.org/packages/chsrc-git):从最新源码构建的版本,可能不稳定
[chsrc-git](https://aur.archlinux.org/packages/chsrc-git):从最新源码构建的版本,可能不稳定