26
26
## 🤝 协作与贡献
27
27
28
28
> [ !NOTE]
29
- > ** ` chsrc ` 可换源 60+ 目标。每个人仅仅贡献和维护自己熟悉的部分,回报是得到其他所有领域专家的帮助** 。欢迎对 GitHub、Gitee 协作不熟悉的人以此为契机学习参与贡献, 欢迎任何编程初学者参与贡献,作者 [ @ ccmywish ] 可提供一定的 [ 贡献指导] ( https://github.com/RubyMetric/chsrc/discussions/50 )
29
+ > ** ` chsrc ` 可换源 60+ 目标。每个人仅仅贡献和维护自己熟悉的部分,回报是得到其他所有领域专家的帮助** 。欢迎对 GitHub、Gitee 协作不熟悉的人以此为契机学习参与贡献, 欢迎任何编程初学者参与贡献,作者可提供一定的 [ 贡献指导] ( https://github.com/RubyMetric/chsrc/discussions/50 )
30
30
31
31
> [ !TIP]
32
32
> ** ` chsrc ` 不仅是一个命令行工具,同时也是一个换源框架,它甚至使你能够在不了解C语言的情况下编写出新的换源方法(recipe)。**
35
35
36
36
<br >
37
37
38
- 挑战清单 :
38
+ 可参与的任务与挑战 :
39
39
40
- 1 . [[ HELP] 提供默认源地址,如Ubuntu,Debian,Go等的默认源URL ,帮助我们进行 ` chsrc reset ` ] ( https://github.com/RubyMetric/chsrc/issues/111 )
40
+ 1 . [[ HELP] 提供默认源地址,如Debian,Maven,PHP composer等的默认源URL ,帮助我们进行 ` chsrc reset ` ] ( https://github.com/RubyMetric/chsrc/issues/111 )
41
41
42
- 2 . [[ Challenge] 编写统一安装的 shell 和 PowerShell 脚本] ( https://github.com/RubyMetric/chsrc/issues/98 ) : 已由 [ @Efterklang ] 与 [ @xuan ] 完成
43
-
44
- 3 . [[ Challenge] CentOS (Stream) Recipe] ( https://github.com/RubyMetric/chsrc/issues/48 )
42
+ 2 . [[ Challenge] CentOS (Stream) Recipe] ( https://github.com/RubyMetric/chsrc/issues/48 )
45
43
46
44
<br >
47
45
46
+ <details >
47
+ <summary >已由贡献者完成的挑战</summary >
48
+
49
+ 1 . [[ Challenge] 编写统一安装的 shell 和 PowerShell 脚本] ( https://github.com/RubyMetric/chsrc/issues/98 )
50
+
51
+ 已由 [ @Efterklang ] 与 [ @xuan ] 完成
52
+
53
+ </details >
54
+
55
+
48
56
<details >
49
57
<summary >镜像站可用性</summary >
50
58
81
89
## 🚀 安装
82
90
83
91
<a href =" https://repology.org/project/chsrc/versions " >
84
- <img src="https://repology.org/badge/vertical-allrepos/chsrc.svg" alt="Packaging status" align="right">
92
+ <img src =" https://repology.org/badge/vertical-allrepos/chsrc.svg " alt =" Packaging status " align =" right " >
85
93
</a >
86
94
87
95
> [ !IMPORTANT]
@@ -98,7 +106,9 @@ $ scoop install chsrc
98
106
99
107
<br >
100
108
101
- - 可通过 ` PowerShell ` 脚本一键下载最新版二进制文件
109
+ - 可通过 ` PowerShell ` 脚本一键下载最新版二进制文件,感谢 [ @xuan ]
110
+
111
+ 若下方链接无法访问,可使用 https://gitee.com/RubyMetric/chsrc/raw/main/tool/installer.ps1 替代
102
112
103
113
``` PowerShell
104
114
$ iwr -useb "https://chsrc.run/windows" | iex
@@ -131,7 +141,9 @@ $ yay -S chsrc # Build from GitHub Release
131
141
132
142
<br >
133
143
134
- - 可通过 ` shell ` 脚本一键安装最新版,感谢 [ @Efterklang ] 与 [ @xuan ] (待用户测试,可在 [ issue #98 on GitHub] 反馈)
144
+ - 可通过 ` shell ` 脚本一键安装最新版,感谢 [ @Efterklang ] 与 [ @xuan ]
145
+
146
+ 若下方链接无法访问,可使用 https://gitee.com/RubyMetric/chsrc/raw/main/tool/installer.sh 替代
135
147
136
148
``` bash
137
149
# 非root用户默认安装至 ~/.local/bin
@@ -178,7 +190,9 @@ $ brew install chsrc
178
190
179
191
<br >
180
192
181
- - 可通过 ` shell ` 脚本安装最新版,感谢 [ @Efterklang ] 与 [ @xuan ] (待macOS用户测试,可在 [ issue #98 on GitHub] 反馈)
193
+ - 可通过 ` shell ` 脚本安装最新版,感谢 [ @Efterklang ] 与 [ @xuan ]
194
+
195
+ 若下方链接无法访问,可使用 https://gitee.com/RubyMetric/chsrc/raw/main/tool/installer.sh 替代
182
196
183
197
``` bash
184
198
# 非root用户默认安装至 ~/.local/bin
0 commit comments