Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions doc/user-guide/src/installation/other.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As per the intro in https://github.com/microsoft/winget-cli, this section is better stylized as:

Suggested change
### winget
### WinGet

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please put this section under ### Homebrew to keep the sections ordered.


`MSVC` Pre Requisite
Copy link
Member

@rami3l rami3l Nov 29, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The MSVC installation instructions belong to another section which is located under https://rust-lang.github.io/rustup/installation/windows-msvc.html (you can use relative links to refer to it here if you want) so please don't put it here.

```powershell
winget install Microsoft.VisualStudio.2022.Community --silent --override "--wait --quiet --add ProductLang En-us --add Microsoft.VisualStudio.Workload.NativeDesktop --includeRecommended"
```
Installing `rustup`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please consider wording and formatting consistency:

Suggested change
Installing `rustup`
You can use `winget` to install `rustup`:

```powershell
winget install Rustlang.Rustup
```

### APT

Starting from Debian 13 (trixie) and Ubuntu 24.04 (noble),
Expand Down