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> <br>
> [!NOTE] > [!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] `Homebrew`
- [x] `Scoop` - [x] `Scoop`
- [ ] `Flatpak`
- [x] `AUR` - [x] `AUR`
- [ ] `Flatpak`
- [ ] `snap`
- [ ] 缺乏其他平台/包维护者 - [ ] 缺乏其他平台/包维护者
<br> <br>
@ -75,12 +76,12 @@ curl -L https://gitee.com/RubyMetric/chsrc/releases/download/pre/chsrc-x86-windo
<details> <details>
<summary>Linux</summary> <summary>Linux</summary>
- 通过包管理器安装,支持持续更新。目前支持 `AUR`,其他平台欢迎[贡献](#-贡献) - 支持 `AUR`,可通过 `yay` 安装,感谢 [@Jerry-Terrasse](https://github.com/Jerry-Terrasse)
```bash ```bash
# AUR # AUR
yay -S chsrc # binary from release yay -S chsrc # Binary from GitHub Release
yay -S chsrc-git # build from source, the latest version, maybe unstable 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] `Scoop`
- [x] `AUR` - [x] `AUR`
- [ ] `Flatpak` - [ ] `Flatpak`
- [ ] `snap`
- [ ] ... - [ ] ...
```bash ```bash
@ -23,7 +24,6 @@ $ yay -S chsrc-git # build from source
https://github.com/Homebrew/homebrew-core/blob/master/Formula/c/chsrc.rb https://github.com/Homebrew/homebrew-core/blob/master/Formula/c/chsrc.rb
# Scoop # Scoop
https://github.com/ScoopInstaller/Main/blob/master/bucket/chsrc.json 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](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):从最新源码构建的版本,可能不稳定