rustup-{install,run,which,help,man}: add page (#10661)

This commit is contained in:
Lena
2023-09-17 06:48:25 +02:00
committed by GitHub
parent 1700d8a30e
commit 6d01f29bbd
5 changed files with 55 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
# rustup install
> Install or update Rust toolchains.
> This command is an alias of `rustup update`, but can only install/update one toolchain at a time.
> More information: <https://rust-lang.github.io/rustup>.
- Install or update a specific toolchain (see `rustup help toolchain` for more information):
`rustup install {{toolchain}}`