From e044fc4255aa64ef1dbc3d20ed87ed6e2f61a6bd Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 9 May 2021 19:01:59 -0400 Subject: Code refactoring --- readme.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 readme.md (limited to 'readme.md') diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..aa0bae8 --- /dev/null +++ b/readme.md @@ -0,0 +1,15 @@ +# dmtool + +dmtool is a library to manipulate D&D monsters + +Dependencies: + + * nlohmann-json (for parsing the data files) + * libconfuse (for parsing the configuration file) + +## Compiling and Installing + +```console +make +sudo make install +``` -- cgit v1.2.3