Skip to content

Commit b8cb888

Browse files
authored
Added current dir specifier for PowerShell (#1169)
The `./` is needed before `vcpkg install jsoncpp` when installing with PowerShell.
1 parent d2d4c74 commit b8cb888

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ You can download and install JsonCpp using the [vcpkg](https://github.com/Micros
4848
cd vcpkg
4949
./bootstrap-vcpkg.sh
5050
./vcpkg integrate install
51-
vcpkg install jsoncpp
51+
./vcpkg install jsoncpp
5252

5353
The JsonCpp port in vcpkg is kept up to date by Microsoft team members and community contributors. If the version is out of date, please [create an issue or pull request](https://github.com/Microsoft/vcpkg) on the vcpkg repository.
5454

0 commit comments

Comments
 (0)