We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d923be1 commit 1106ef3Copy full SHA for 1106ef3
pages/common/rustup-install.md
@@ -1,9 +1,7 @@
1
# rustup install
2
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>.
+> This command is an alias of `rustup toolchain install`.
6
7
-- Install or update a specific toolchain (see `rustup help toolchain` for more information):
+- View documentation for the original command:
8
9
-`rustup install {{toolchain}}`
+`tldr rustup toolchain`
pages/common/rustup-uninstall.md
@@ -0,0 +1,7 @@
+# rustup uninstall
+
+> This command is an alias of `rustup toolchain uninstall`.
0 commit comments