From 89e93a588bd230fe7f42dedb64f080c45be34f76 Mon Sep 17 00:00:00 2001 From: Ivan Polyakov Date: Tue, 18 Oct 2022 18:25:52 +0300 Subject: [PATCH] readme upd --- README.md | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index d4f1182..c8871f4 100644 --- a/README.md +++ b/README.md @@ -12,20 +12,23 @@ Dependencies * doxygen (to make docs) * catch2 (to run tests) -Extensions ----------- -* [inja](https://github.com/pantor/inja) (template rendering, - requires [nlohmann/json](https://github.com/nlohmann/json)) - -Building --------- +Installation +------------ You need: * GNU Make * C compiler with C99 support * C++ compiler with C++98 and C++17 support +```sh +make install clean +``` Run `make help` to see targets, flags and arguments. +Extensions +---------- +* [inja](https://github.com/pantor/inja) (template rendering, + requires [nlohmann/json](https://github.com/nlohmann/json)) + Examples -------- See [examples](examples).