13 lines
201 B
Markdown
Raw Normal View History

# rustup self
> 管理 `rustup` 本身的安装。
> 更多信息:<https://rust-lang.github.io/rustup/>。
- 更新 `rustup`
`rustup self update`
- 卸载 `rustup`
`rustup self uninstall`