You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ You can download and install JsonCpp using the [vcpkg](https://github.com/Micros
48
48
cd vcpkg
49
49
./bootstrap-vcpkg.sh
50
50
./vcpkg integrate install
51
-
vcpkg install jsoncpp
51
+
./vcpkg install jsoncpp
52
52
53
53
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.
0 commit comments