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.
This commit is contained in:
Samyak Sarnayak 2022-08-30 20:21:26 +05:30 committed by Tshepang Mbambo
parent 4123cb2cd9
commit e1b4fba955
1 changed files with 4 additions and 2 deletions

View File

@ -36,8 +36,10 @@ winget install -e Python.Python.3
winget install -e Kitware.CMake winget install -e Kitware.CMake
``` ```
If any of those is installed already, winget will detect it. If any of those is installed already, winget will detect it. Then edit your system's `PATH` variable
Then edit your systems `PATH` variable and add: `C:\Program Files\CMake\bin`. and add: `C:\Program Files\CMake\bin`. See
[this guide on editing the system `PATH`](https://www.java.com/en/download/help/path.html) from the
Java documentation.
For more information about building on Windows, For more information about building on Windows,
see [the `rust-lang/rust` README](https://github.com/rust-lang/rust#building-on-windows). see [the `rust-lang/rust` README](https://github.com/rust-lang/rust#building-on-windows).