diff options
author | Your Name <you@example.com> | 2021-05-07 11:28:31 -0400 |
---|---|---|
committer | Your Name <you@example.com> | 2021-05-07 11:28:31 -0400 |
commit | c80eb4db21a091e69743472785da2861aa4b327b (patch) | |
tree | 6e04aab0a0ca728852f65db825c4ed95f9b8563b | |
parent | bf6db4e57895430d84503e800cec9e8b407212a8 (diff) | |
download | dmtool-c80eb4db21a091e69743472785da2861aa4b327b.tar.gz dmtool-c80eb4db21a091e69743472785da2861aa4b327b.tar.bz2 dmtool-c80eb4db21a091e69743472785da2861aa4b327b.zip |
Added a (barebones) readme
-rw-r--r-- | readme.md | 14 |
1 files changed, 14 insertions, 0 deletions
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 +``` |