Skip to content

Commit 3e31185

Browse files
Improved the documentation to refer to the vcpkg features (#320)
1 parent 00e39f1 commit 3e31185

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/install.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ You can include the source files into your build or compile it using cmake and v
1414

1515
## Option 1: Using vcpkg
1616

17-
Refer to [this port](https://vcpkg.io/en/package/reflectcpp):
17+
Refer to [this port](https://vcpkg.link/ports/reflectcpp):
1818

1919
```bash
2020
vcpkg install reflectcpp
@@ -29,6 +29,9 @@ vcpkg add port reflectcpp
2929
If the library cannot be found, please update vcpkg itself to make sure the newest ports are installed. You
3030
might also want to update the `builtin-baseline` tag in the *vcpkg.json* of your project.
3131

32+
If you want to support formats other than JSON, please install the appropriate vcpkg features. Refer to the
33+
link above to find out which features are supported in the vcpkg port.
34+
3235
## Option 2: Using Conan
3336

3437
Simply use [this recipe](https://conan.io/center/recipes/reflect-cpp).

0 commit comments

Comments
 (0)