mirror of
https://github.com/RubyMetric/chsrc.git
synced 2025-03-08 19:35:15 +08:00
Add packaging status
(#31)
* chore(docs): add `packaging status` Signed-off-by: Rui Chen <rui@chenrui.dev> * use alt packging badge Signed-off-by: Rui Chen <rui@chenrui.dev> --------- Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
parent
49606429fb
commit
a1a8968a85
@ -2,6 +2,10 @@
|
|||||||
<img alt="chsrc logo" src="image/chsrc.png"/>
|
<img alt="chsrc logo" src="image/chsrc.png"/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<a href="https://repology.org/project/chsrc/versions">
|
||||||
|
<img src="https://repology.org/badge/vertical-allrepos/chsrc.svg" alt="Packaging status" align="right">
|
||||||
|
</a>
|
||||||
|
|
||||||
全平台命令行换源工具,**目标支持 Linux (包括麒麟、openEuler、deepin 等), Windows, macOS, BSD 等尽可能多的操作系统,龙芯、飞腾、RISC-V 等尽可能多的 CPU**。
|
全平台命令行换源工具,**目标支持 Linux (包括麒麟、openEuler、deepin 等), Windows, macOS, BSD 等尽可能多的操作系统,龙芯、飞腾、RISC-V 等尽可能多的 CPU**。
|
||||||
|
|
||||||
我们使用 **C99** 来完成上述目标。我们并不使用 Python 或 JS 等解释语言,因为一个简单的换源工具,不应该强行塞给用户一个庞大的解释器和数十、数百 MB 其他文件。
|
我们使用 **C99** 来完成上述目标。我们并不使用 Python 或 JS 等解释语言,因为一个简单的换源工具,不应该强行塞给用户一个庞大的解释器和数十、数百 MB 其他文件。
|
||||||
@ -129,6 +133,7 @@ chsrc set ruby first # 使用维护团队测试的最快镜像站
|
|||||||
```
|
```
|
||||||
|
|
||||||
对部分[支持局部换源](https://gitee.com/RubyMetric/chsrc/issues/I9V5I0)的,可以避免全局换源。
|
对部分[支持局部换源](https://gitee.com/RubyMetric/chsrc/issues/I9V5I0)的,可以避免全局换源。
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
chsrc set -local bundler
|
chsrc set -local bundler
|
||||||
chsrc set -local pdm
|
chsrc set -local pdm
|
||||||
@ -237,6 +242,7 @@ make clean
|
|||||||
感谢各个镜像站提供的优质免费镜像服务,使用的镜像站见 [source.h](./include/source.h).
|
感谢各个镜像站提供的优质免费镜像服务,使用的镜像站见 [source.h](./include/source.h).
|
||||||
|
|
||||||
另外感谢以下项目:
|
另外感谢以下项目:
|
||||||
|
|
||||||
1. [MirrorZ 教育网镜像站](https://help.mirrors.cernet.edu.cn/)
|
1. [MirrorZ 教育网镜像站](https://help.mirrors.cernet.edu.cn/)
|
||||||
2. [清华大学 Tuna](https://mirrors.tuna.tsinghua.edu.cn/)
|
2. [清华大学 Tuna](https://mirrors.tuna.tsinghua.edu.cn/)
|
||||||
3. [Thanks Mirror 项目](https://github.com/eryajf/Thanks-Mirror) by [@eryajf](https://github.com/eryajf)
|
3. [Thanks Mirror 项目](https://github.com/eryajf/Thanks-Mirror) by [@eryajf](https://github.com/eryajf)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user