mirror of
https://github.com/RubyMetric/chsrc.git
synced 2025-01-22 12:45:16 +08:00
Update pkg info
This commit is contained in:
parent
9e8f7cbb96
commit
b6e3ce140b
36
README.md
36
README.md
|
@ -18,29 +18,33 @@
|
|||
|
||||
<br>
|
||||
|
||||
## 需要你的帮助
|
||||
|
||||
如果你想要通过 `scoop`,`brew`,`yay` 等系统包管理工具来安装和更新`chsrc`,请帮助我们达到下面的要求。
|
||||
|
||||
- [ ] 缺乏 `AUR` 维护者
|
||||
- [x] `homebrew` 维护者
|
||||
- [ ] 缺乏 `scoop` 维护者
|
||||
- [ ] `scoop` 要求英文输出
|
||||
|
||||
若您可提供维护,请访问 [issue#16 on GitHub](https://github.com/RubyMetric/chsrc/issues/16)
|
||||
|
||||
<br>
|
||||
|
||||
## 安装
|
||||
|
||||
<a href="https://repology.org/project/chsrc/versions">
|
||||
<img src="https://repology.org/badge/vertical-allrepos/chsrc.svg" alt="Packaging status" align="right">
|
||||
</a>
|
||||
|
||||
以下方式均下载到当前目录,可直接通过 `./chsrc` 运行。
|
||||
如果你想要通过 `yay`,`apt`,`dnf` 等系统包管理工具来安装和更新`chsrc`,若您可提供维护,请访问 [issue#16 on GitHub](https://github.com/RubyMetric/chsrc/issues/16)
|
||||
|
||||
- [x] `homebrew` 维护者
|
||||
- [x] `scoop` 维护者
|
||||
- [ ] 缺乏 `AUR` 维护者
|
||||
- [ ] 缺乏其他平台/包维护者
|
||||
|
||||
---
|
||||
|
||||
以下手动方式均下载到当前目录,可直接通过 `./chsrc` 运行。
|
||||
|
||||
### Windows
|
||||
|
||||
可以通过 `scoop` 安装,感谢 [@Gn3po4g](https://github.com/Gn3po4g) 与 [@niheaven](https://github.com/niheaven)
|
||||
|
||||
```bash
|
||||
$ scoop install chsrc
|
||||
```
|
||||
|
||||
或手动下载二进制文件 (最新版,有时比 `scoop` 提供的更新)
|
||||
|
||||
```bash
|
||||
# x64
|
||||
curl -L https://gitee.com/RubyMetric/chsrc/releases/download/pre/chsrc-x64-windows.exe -o chsrc.exe
|
||||
|
@ -70,13 +74,13 @@ curl -L https://gitee.com/RubyMetric/chsrc/releases/download/pre/chsrc-armv7-lin
|
|||
可以通过 `homebrew` 安装,感谢 [@Aaron-212](https://github.com/Aaron-212) 与 [@chenrui333](https://github.com/chenrui333)
|
||||
|
||||
```bash
|
||||
brew install chsrc
|
||||
$ brew install chsrc
|
||||
```
|
||||
|
||||
或手动下载二进制文件 (最新版,有时比 `homebrew` 提供的更新)
|
||||
|
||||
```bash
|
||||
# M1/aarch64
|
||||
# arm/aarch64
|
||||
curl -L https://gitee.com/RubyMetric/chsrc/releases/download/pre/chsrc-aarch64-macos -o chsrc; chmod +x ./chsrc
|
||||
|
||||
# x64
|
||||
|
|
Loading…
Reference in New Issue
Block a user