Skip to content

Commit

Permalink
Added current dir specifier for PowerShell (#1169)
Browse files Browse the repository at this point in the history
The `./` is needed before `vcpkg install jsoncpp` when installing with PowerShell.
  • Loading branch information
breyed committed May 8, 2020
1 parent d2d4c74 commit b8cb888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -48,7 +48,7 @@ You can download and install JsonCpp using the [vcpkg](https://github.com/Micros
cd vcpkg
./bootstrap-vcpkg.sh
./vcpkg integrate install
vcpkg install jsoncpp
./vcpkg install jsoncpp

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.

Expand Down

0 comments on commit b8cb888

Please sign in to comment.