docs: remove conan and vcpkg instructions from README (#1683)
diff --git a/README.md b/README.md
index fe2b4f9..2cbf00b 100644
--- a/README.md
+++ b/README.md
@@ -52,34 +52,6 @@
> [!NOTE]
> Package manager ports (vcpkg, Conan, etc.) are community-maintained. Please report outdated versions or missing generators to their respective repositories.
-### vcpkg
-Add `jsoncpp` to your `vcpkg.json` manifest:
-
-```json
-{
- "dependencies": ["jsoncpp"]
-}
-```
-
-Or install via classic mode: `vcpkg install jsoncpp`.
-
-### Conan
-
-```sh
-conan install --requires="jsoncpp/[*]" --build=missing
-```
-
-If you are using a `conanfile.txt` in a Conan 2 project, ensure you use the appropriate generators:
-
-```ini
-[requires]
-jsoncpp/[*]
-
-[generators]
-CMakeToolchain
-CMakeDeps
-```
-
### Meson
```sh