We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1c10d3 commit fe6a359Copy full SHA for fe6a359
1 file changed
content/en/docs/languages/cpp/quickstart.md
@@ -50,7 +50,7 @@ set MY_INSTALL_DIR=%USERPROFILE%\cmake
50
Ensure that the directory exists:
51
52
```powershell
53
-mkdir %INSTALL_DIR%
+mkdir %MY_INSTALL_DIR%
54
```
55
56
Add the local `bin` folder to your path variable, for example:
0 commit comments