about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorskippy10110 <pmlyon@hotmail.ca>2022-03-12 19:04:16 -0400
committerNoah Lev <camelidcamel@gmail.com>2022-03-14 08:40:37 -0700
commitaf97ff48c7fca7bf2067d5e5d399a8e6dda1e1e7 (patch)
treed17701bd060395534f9bd30a32a45f5df39d6ea3 /src/doc/rustc-dev-guide
parent1916c191c311215ed2b3398c1dd0c2d2fe620d1a (diff)
downloadrust-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.md4
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.