Skip to content

Commit cc0367a

Browse files
committed
Update README
1 parent 7d771ea commit cc0367a

File tree

1 file changed

+24
-10
lines changed

1 file changed

+24
-10
lines changed

README.md

+24-10
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
## 🤝 协作与贡献
2727

2828
> [!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)
3030
3131
> [!TIP]
3232
> **`chsrc` 不仅是一个命令行工具,同时也是一个换源框架,它甚至使你能够在不了解C语言的情况下编写出新的换源方法(recipe)。**
@@ -35,16 +35,24 @@
3535
3636
<br>
3737

38-
挑战清单
38+
可参与的任务与挑战
3939

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)
4141

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)
4543

4644
<br>
4745

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+
4856
<details>
4957
<summary>镜像站可用性</summary>
5058

@@ -81,7 +89,7 @@
8189
## 🚀 安装
8290

8391
<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">
8593
</a>
8694

8795
> [!IMPORTANT]
@@ -98,7 +106,9 @@ $ scoop install chsrc
98106

99107
<br>
100108

101-
- 可通过 `PowerShell` 脚本一键下载最新版二进制文件
109+
- 可通过 `PowerShell` 脚本一键下载最新版二进制文件,感谢 [@xuan]
110+
111+
若下方链接无法访问,可使用 https://gitee.com/RubyMetric/chsrc/raw/main/tool/installer.ps1 替代
102112

103113
```PowerShell
104114
$ iwr -useb "https://chsrc.run/windows" | iex
@@ -131,7 +141,9 @@ $ yay -S chsrc # Build from GitHub Release
131141

132142
<br>
133143

134-
- 可通过 `shell` 脚本一键安装最新版,感谢 [@Efterklang][@xuan](待用户测试,可在 [issue#98 on GitHub] 反馈)
144+
- 可通过 `shell` 脚本一键安装最新版,感谢 [@Efterklang][@xuan]
145+
146+
若下方链接无法访问,可使用 https://gitee.com/RubyMetric/chsrc/raw/main/tool/installer.sh 替代
135147

136148
```bash
137149
# 非root用户默认安装至 ~/.local/bin
@@ -178,7 +190,9 @@ $ brew install chsrc
178190

179191
<br>
180192

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 替代
182196

183197
```bash
184198
# 非root用户默认安装至 ~/.local/bin

0 commit comments

Comments
 (0)