Skip to content

Commit 1106ef3

Browse files
authored
rustup-uninstall: add page; rustup-install: convert to alias (#16373)
* Create rustup-uninstall.md * Update rustup-install.md
1 parent d923be1 commit 1106ef3

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

pages/common/rustup-install.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
# rustup install
22

3-
> Install or update Rust toolchains.
4-
> This command is an alias of `rustup update`, but can only install/update one toolchain at a time.
5-
> More information: <https://rust-lang.github.io/rustup>.
3+
> This command is an alias of `rustup toolchain install`.
64
7-
- Install or update a specific toolchain (see `rustup help toolchain` for more information):
5+
- View documentation for the original command:
86

9-
`rustup install {{toolchain}}`
7+
`tldr rustup toolchain`

pages/common/rustup-uninstall.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# rustup uninstall
2+
3+
> This command is an alias of `rustup toolchain uninstall`.
4+
5+
- View documentation for the original command:
6+
7+
`tldr rustup toolchain`

0 commit comments

Comments
 (0)