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).