From c80eb4db21a091e69743472785da2861aa4b327b Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 7 May 2021 11:28:31 -0400 Subject: Added a (barebones) readme --- readme.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 readme.md (limited to 'readme.md') diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..9ef6f76 --- /dev/null +++ b/readme.md @@ -0,0 +1,14 @@ +# dmtool + +dmtool is a library to manipulate D&D monsters + +Dependencies: + + * libconfuse (for parsing the configuration file) + +## Compiling and Installing + +```console +make +sudo make install +``` -- cgit v1.2.3