File tree Expand file tree Collapse file tree 1 file changed +8
-12
lines changed
Expand file tree Collapse file tree 1 file changed +8
-12
lines changed Original file line number Diff line number Diff line change @@ -191,34 +191,30 @@ reset <target> # 重置,使用上游默认使用的源
191191-no-color # 无颜色输出
192192```
193193
194- 当你 ** 不想自动测速的时候 ** ,你可以直接指定某镜像站,源URL,以及指定维护团队已测试的最快镜像站。
194+ < br >
195195
196196``` bash
197-
198- 测速,寻找最快者,换源
197+ 自动测速,寻找最快者,换源
199198
200199 $ chsrc set ruby
201200
202- 使用维护团队测试的最快镜像站
201+ 不想自动测速的时候,可使用维护团队测试的最快镜像站
203202
204203 $ chsrc set ruby first
205204
206- 先列出可用的镜像站,选择使用 RubyChina 作为镜像站
205+ 先列出可用的镜像站,然后选择其一,如使用 RubyChina 作为镜像站
207206
208207 $ chsrc ls ruby
209208 $ chsrc set ruby rubychina
210209
211- 或者您有自己的镜像地址 ,使用自定义URL
210+ 若您有自己的镜像地址 ,使用自定义URL
212211
213212 $ chsrc set ruby https://gems.ruby-china.com/
214213
215- ```
214+ 对支持 * 项目级 * 换源的目标,可以避免全局( * 系统级 * 或 * 用户级 * )换源
216215
217- 对支持 ** 项目级** 换源的目标,可以避免全局(** 系统级** 或 ** 用户级** )换源。
218-
219- ``` bash
220- chsrc set -local bundler
221- chsrc set -local pdm
216+ $ chsrc set -local bundler
217+ $ chsrc set -local pdm
222218```
223219
224220<br >
You can’t perform that action at this time.
0 commit comments