add new chinese translations
This commit is contained in:
21
pages.zh/common/rustup-toolchain.md
Normal file
21
pages.zh/common/rustup-toolchain.md
Normal 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}}`
|
Reference in New Issue
Block a user