Skip to content

Commit 8593238

Browse files
Samyak2tshepang
authored andcommitted
Add reference for updating Windows PATH and fix typo
Yes, the reference is a page on Java's documentation but that's the most complete and most official looking reference I could find.
1 parent 6b0a155 commit 8593238

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/building/prerequisites.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,10 @@ winget install -e Python.Python.3
3636
winget install -e Kitware.CMake
3737
```
3838

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`.
39+
If any of those is installed already, winget will detect it. Then edit your system's `PATH` variable
40+
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.
4143

4244
For more information about building on Windows,
4345
see [the `rust-lang/rust` README](https://github.com/rust-lang/rust#building-on-windows).

0 commit comments

Comments
 (0)