tldr/pages/common/rustup-self.md

13 lines
199 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`