Skip to content

Commit 12adcab

Browse files
authored
Update README.md
1 parent 994c2f3 commit 12adcab

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,12 @@ Make sure the following are installed via Visual Studio Installer:
4545

4646
(Optional but useful) C++/WinRT
4747

48-
1. Open a command prompt or PowerShell in the project root folder.
48+
1. Open the x64 Native Tools Command Prompt for VS (whatever your version is)
4949

50-
2. Create and enter a build directory:
50+
2. Go into the project's root directory and make a build folder:
5151

5252
```sh
53+
cd (path to the main directory of the project here)
5354
mkdir build
5455
cd build
5556

0 commit comments

Comments
 (0)