From 1106ef3a8d0e9f8dfd042f863d973a80e67e5cd1 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Mon, 5 May 2025 04:59:31 +0300 Subject: [PATCH] rustup-uninstall: add page; rustup-install: convert to alias (#16373) * Create rustup-uninstall.md * Update rustup-install.md --- pages/common/rustup-install.md | 8 +++----- pages/common/rustup-uninstall.md | 7 +++++++ 2 files changed, 10 insertions(+), 5 deletions(-) create mode 100644 pages/common/rustup-uninstall.md diff --git a/pages/common/rustup-install.md b/pages/common/rustup-install.md index 1f74399722..85bb760e44 100644 --- a/pages/common/rustup-install.md +++ b/pages/common/rustup-install.md @@ -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: . +> 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` diff --git a/pages/common/rustup-uninstall.md b/pages/common/rustup-uninstall.md new file mode 100644 index 0000000000..1b7be5eac0 --- /dev/null +++ b/pages/common/rustup-uninstall.md @@ -0,0 +1,7 @@ +# rustup uninstall + +> This command is an alias of `rustup toolchain uninstall`. + +- View documentation for the original command: + +`tldr rustup toolchain`