diff options
| author | skippy10110 <pmlyon@hotmail.ca> | 2022-03-12 19:04:16 -0400 |
|---|---|---|
| committer | Noah Lev <camelidcamel@gmail.com> | 2022-03-14 08:40:37 -0700 |
| commit | af97ff48c7fca7bf2067d5e5d399a8e6dda1e1e7 (patch) | |
| tree | d17701bd060395534f9bd30a32a45f5df39d6ea3 /src/doc/rustc-dev-guide | |
| parent | 1916c191c311215ed2b3398c1dd0c2d2fe620d1a (diff) | |
| download | rust-af97ff48c7fca7bf2067d5e5d399a8e6dda1e1e7.tar.gz rust-af97ff48c7fca7bf2067d5e5d399a8e6dda1e1e7.zip | |
update winget install instructions to ensure proper packages are installed (-e for --exact, and full package names to ensure arbitrary packages from the msstore source aren't installed)
fixes #1324
Diffstat (limited to 'src/doc/rustc-dev-guide')
| -rw-r--r-- | src/doc/rustc-dev-guide/src/building/prerequisites.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/doc/rustc-dev-guide/src/building/prerequisites.md b/src/doc/rustc-dev-guide/src/building/prerequisites.md index cfe4c773838..a5ab23d9168 100644 --- a/src/doc/rustc-dev-guide/src/building/prerequisites.md +++ b/src/doc/rustc-dev-guide/src/building/prerequisites.md @@ -31,8 +31,8 @@ on Windows. Run the following in a terminal: ```powershell -winget install python -winget install cmake +winget install -e Python.Python.3 +winget install -e Kitware.CMake ``` If any of those is installed already, winget will detect it. |
