Skip to content

Commit fe6a359

Browse files
authored
Update quickstart.md (#1420)
Updated install directory variable name.
1 parent d1c10d3 commit fe6a359

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/en/docs/languages/cpp/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ set MY_INSTALL_DIR=%USERPROFILE%\cmake
5050
Ensure that the directory exists:
5151

5252
```powershell
53-
mkdir %INSTALL_DIR%
53+
mkdir %MY_INSTALL_DIR%
5454
```
5555

5656
Add the local `bin` folder to your path variable, for example:

0 commit comments

Comments
 (0)