更新文档

This commit is contained in:
Aoran Zeng
2026-02-24 16:29:30 +08:00
parent 2be4dce1ea
commit 3674fe882c
8 changed files with 23 additions and 21 deletions

View File

@@ -8,7 +8,7 @@
! | BingChunMoLi <bingchunmoli@bingchunmoli.com>
! |
! Created On : <2023-12-28>
! Last Modified : <2025-08-22>
! Last Modified : <2026-02-24>
! ---------------------------------------------------------- -->
<div align="center">
@@ -412,7 +412,7 @@ git clone https://gitee.com/RubyMetric/chsrc.git; cd chsrc; make
选项:
-dry Dry Run模拟换源过程命令仅打印并不运行
-local 仅对本项目而非全局换源 (通过ls <target>查看支持情况)
-scope=project|user|system 仅对本项目换源 / 用户级换源 / 系统级换源 (通过ls <target>查看)
-ipv6 使用IPv6测速
-en(glish) 使用英文输出
-no-color 无颜色输出
@@ -440,8 +440,8 @@ git clone https://gitee.com/RubyMetric/chsrc.git; cd chsrc; make
对支持 *项目级* 换源的目标,可以避免全局(*系统级* 或 *用户级*)换源
$ chsrc set -local bundler
$ chsrc set -local pdm
$ chsrc set -scope=project bundler
$ chsrc set -scope project pdm
```
<br>