Added current dir specifier for PowerShell (#1169)

The `./` is needed before `vcpkg install jsoncpp` when installing with PowerShell.
master
Edward Brey 2020-05-07 20:00:12 -05:00 committed by GitHub
parent d2d4c74a03
commit b8cb8889aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.