We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 994c2f3 commit 12adcabCopy full SHA for 12adcab
1 file changed
README.md
@@ -45,11 +45,12 @@ Make sure the following are installed via Visual Studio Installer:
45
46
(Optional but useful) C++/WinRT
47
48
-1. Open a command prompt or PowerShell in the project root folder.
+1. Open the x64 Native Tools Command Prompt for VS (whatever your version is)
49
50
-2. Create and enter a build directory:
+2. Go into the project's root directory and make a build folder:
51
52
```sh
53
+ cd (path to the main directory of the project here)
54
mkdir build
55
cd build
56
0 commit comments