We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e751ff9 + 060192b commit e5ee7aaCopy full SHA for e5ee7aa
README.md
@@ -519,6 +519,8 @@ Command | Description
519
`rustup override set nightly-2015-04-01` | For the current directory, use a nightly from a specific date
520
`rustup toolchain link my-toolchain "C:\RustInstallation"` | Install a custom toolchain by symlinking an existing installation
521
`rustup show` | Show which toolchain will be used in the current directory
522
+`rustup toolchain uninstall nightly` | Uninstall a given toolchain
523
+`rustup toolchain help` | Show the `help` page for a subcommand (like `toolchain`) to see what actions are available on it
524
525
## Environment variables
526
0 commit comments