add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -0,0 +1,21 @@
# rustup 工具链
> 管理 Rust 工具链。
> 请参阅 `rustup help toolchain` 以获取有关工具链的更多信息。
> 更多信息:<https://rust-lang.github.io/rustup>。
- 安装或更新指定的工具链:
`rustup install {{toolchain}}`
- 卸载工具链:
`rustup uninstall {{toolchain}}`
- 列出已安装的工具链:
`rustup list`
- 通过符号链接到目录创建自定义工具链:
`rustup link {{custom_toolchain_name}} {{path/to/directory}}`