Skip to content

Commit f2b8d3d

Browse files
committed
crates.io-index: port changes
mirrorz-org/mirrorz-help@68edc6a
1 parent 8f2bf92 commit f2b8d3d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

crates.io-index/usage.zh.md

+8
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ replace-with = 'mirror'
88

99
[source.mirror]
1010
registry = "sparse+{{endpoint}}/"
11+
12+
[registries.mirror]
13+
index = "sparse+{{endpoint}}/"
1114
</tmpl>
1215

1316
注:`sparse+` 表示在使用稀疏索引,链接末尾的 `/` 不能缺少。
@@ -16,6 +19,8 @@ registry = "sparse+{{endpoint}}/"
1619

1720
注:cargo 仍会尝试读取不带 `.toml` 扩展名的配置文件(即 `$CARGO_HOME/config`),但从 1.39 版本起,cargo 引入了对 `.toml` 扩展名的支持,并将其设为首选格式。请根据使用的 cargo 版本选择适当的配置文件名。
1821

22+
注:使用 `cargo search``cargo info` 等命令时需要添加 `--registry mirror`,例如 `cargo search --registry mirror reqwest`
23+
1924
在 Linux 环境可以使用下面的命令完成:
2025

2126
<tmpl z-lang="bash">
@@ -27,6 +32,9 @@ replace-with = 'mirror'
2732

2833
[source.mirror]
2934
registry = "sparse+{{endpoint}}/"
35+
36+
[registries.mirror]
37+
index = "sparse+{{endpoint}}/"
3038
EOF
3139
</tmpl>
3240

0 commit comments

Comments
 (0)