From a67b810871e2506ca5a6428fc4c809c058227d0f Mon Sep 17 00:00:00 2001 From: Aoran Zeng Date: Thu, 29 Aug 2024 16:30:14 +0800 Subject: [PATCH] Update AUR and conrtibutor info [GitHub #57] --- README.md | 11 ++++++----- pkg/README.md | 4 ++-- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index f3f7ff3..cd845b5 100644 --- a/README.md +++ b/README.md @@ -23,12 +23,13 @@
> [!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` - [ ] 缺乏其他平台/包维护者
@@ -75,12 +76,12 @@ curl -L https://gitee.com/RubyMetric/chsrc/releases/download/pre/chsrc-x86-windo
Linux -- 通过包管理器安装,支持持续更新。目前支持 `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) ``` - 手动下载二进制文件安装 diff --git a/pkg/README.md b/pkg/README.md index dd7732b..0a848e8 100644 --- a/pkg/README.md +++ b/pkg/README.md @@ -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):从最新源码构建的版本,可能不稳定 \ No newline at end of file +[chsrc-git](https://aur.archlinux.org/packages/chsrc-git):从最新源码构建的版本,可能不稳定