We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b0a155 commit 8593238Copy full SHA for 8593238
src/building/prerequisites.md
@@ -36,8 +36,10 @@ winget install -e Python.Python.3
36
winget install -e Kitware.CMake
37
```
38
39
-If any of those is installed already, winget will detect it.
40
-Then edit your systems `PATH` variable and add: `C:\Program Files\CMake\bin`.
+If any of those is installed already, winget will detect it. Then edit your system's `PATH` variable
+and add: `C:\Program Files\CMake\bin`. See
41
+[this guide on editing the system `PATH`](https://www.java.com/en/download/help/path.html) from the
42
+Java documentation.
43
44
For more information about building on Windows,
45
see [the `rust-lang/rust` README](https://github.com/rust-lang/rust#building-on-windows).
0 commit comments