mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-03 10:35:23 +02:00
rustup-uninstall: add page; rustup-install: convert to alias (#16373)
* Create rustup-uninstall.md * Update rustup-install.md
This commit is contained in:
parent
d923be18d8
commit
1106ef3a8d
2 changed files with 10 additions and 5 deletions
|
@ -1,9 +1,7 @@
|
|||
# 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>.
|
||||
> This command is an alias of `rustup toolchain install`.
|
||||
|
||||
- Install or update a specific toolchain (see `rustup help toolchain` for more information):
|
||||
- View documentation for the original command:
|
||||
|
||||
`rustup install {{toolchain}}`
|
||||
`tldr rustup toolchain`
|
||||
|
|
7
pages/common/rustup-uninstall.md
Normal file
7
pages/common/rustup-uninstall.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
# rustup uninstall
|
||||
|
||||
> This command is an alias of `rustup toolchain uninstall`.
|
||||
|
||||
- View documentation for the original command:
|
||||
|
||||
`tldr rustup toolchain`
|
Loading…
Add table
Reference in a new issue