Skip to content

Commit 0929865

Browse files
authored
Merge pull request #4818 from martin-frbg/docs_winbuild
[Docs] replace "Preview" in the MSVC vcvarsall path example
2 parents 25e148e + 7006492 commit 0929865

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ newer installed.
245245
On Windows 11 with Visual Studio 2022, this would be done by invoking:
246246

247247
```shell
248-
"c:\Program Files\Microsoft Visual Studio\2022\Preview\vc\Auxiliary\Build\vcvars64.bat"
248+
"c:\Program Files\Microsoft Visual Studio\2022\Community\vc\Auxiliary\Build\vcvars64.bat"
249249
```
250250

251251
With VS2019, the command should be the same (except for the year number of course).

0 commit comments

Comments
 (0)