Skip to content

Commit 1d38f0d

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ You can download and install JsonCpp using the [vcpkg](https://github.com/Micros
4444
cd vcpkg
4545
./bootstrap-vcpkg.sh
4646
./vcpkg integrate install
47-
vcpkg install jsoncpp
47+
./vcpkg install jsoncpp
4848

4949
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.
5050

0 commit comments

Comments
 (0)