From 3aa696203a24c3652caeed500717cf3a2b0816d4 Mon Sep 17 00:00:00 2001 From: lbersch Date: Fri, 17 Nov 2017 17:53:56 +0100 Subject: [PATCH] Add Hunter in integration readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6cca762..f311203 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,8 @@ using namespace inja; using json = nlohmann::json; ``` +You can also integrate Inja in your project using [Hunter](https://github.com/ruslo/hunter), a package manager for C++. + ## Tutorial