mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-09-21 04:36:49 +08:00
13 lines
200 B
Markdown
13 lines
200 B
Markdown
# rustup self
|
|
|
|
> Modify the `rustup` installation.
|
|
> More information: <https://rust-lang.github.io/rustup/>.
|
|
|
|
- Update `rustup`:
|
|
|
|
`rustup self update`
|
|
|
|
- Uninstall `rustup`:
|
|
|
|
`rustup self uninstall`
|