From ea64b48764c525339c0b4a0450a42a9642d5b496 Mon Sep 17 00:00:00 2001 From: Aditya Bhonsle <51963138+bhonsleaditya1@users.noreply.github.com> Date: Sat, 29 Nov 2025 09:15:40 +0530 Subject: [PATCH] Update other.md | winget for Windows winget for installation of MSVC & rustup --- doc/user-guide/src/installation/other.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/user-guide/src/installation/other.md b/doc/user-guide/src/installation/other.md index 0dcb9cd47d..91d1735512 100644 --- a/doc/user-guide/src/installation/other.md +++ b/doc/user-guide/src/installation/other.md @@ -74,6 +74,17 @@ and you should be able to run `rustup`, `rustc`, `cargo`, etc. normally. [correctly exposed]: ./already-installed-rust.html#ensure-the-correct-path-configuration +### winget + +`MSVC` Pre Requisite +```powershell +winget install Microsoft.VisualStudio.2022.Community --silent --override "--wait --quiet --add ProductLang En-us --add Microsoft.VisualStudio.Workload.NativeDesktop --includeRecommended" +``` +Installing `rustup` +```powershell +winget install Rustlang.Rustup +``` + ### APT Starting from Debian 13 (trixie) and Ubuntu 24.04 (noble),