diff --git a/README.md b/README.md index e043abe..69a17e9 100644 --- a/README.md +++ b/README.md @@ -33,9 +33,11 @@ using namespace inja; using json = nlohmann::json; ``` +If you are using the [Meson Build System](http://mesonbuild.com), then you can wrap this repository as a subproject. + You can also integrate inja in your project using [Hunter](https://github.com/ruslo/hunter), a package manager for C++. -If you are using the [Meson Build System](http://mesonbuild.com), then you can wrap this repository as a subproject. +If you are using [Conan](https://conan.io) to manage your dependencies, have a look at [this repository](https://github.com/DEGoodmanWilson/conan-inja). Please file issues [here](https://github.com/DEGoodmanWilson/conan-inja/issues) if you experience problems with the packages. ## Tutorial