From 29d0ddcf090350cff13918c6cbb7dc1b7bb51964 Mon Sep 17 00:00:00 2001 From: pantor Date: Wed, 18 Apr 2018 16:48:45 +0200 Subject: [PATCH] Add Conan integration to readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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