Skip to content

Commit e5ee7aa

Browse files
authored
Merge pull request #1365 from KasMA1990/patch-1
More command examples
2 parents e751ff9 + 060192b commit e5ee7aa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -519,6 +519,8 @@ Command | Description
519519
`rustup override set nightly-2015-04-01` | For the current directory, use a nightly from a specific date
520520
`rustup toolchain link my-toolchain "C:\RustInstallation"` | Install a custom toolchain by symlinking an existing installation
521521
`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
522524

523525
## Environment variables
524526

0 commit comments

Comments
 (0)