aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYour Name <you@example.com>2021-05-07 11:28:31 -0400
committerYour Name <you@example.com>2021-05-07 11:28:31 -0400
commitc80eb4db21a091e69743472785da2861aa4b327b (patch)
tree6e04aab0a0ca728852f65db825c4ed95f9b8563b
parentbf6db4e57895430d84503e800cec9e8b407212a8 (diff)
downloaddmtool-c80eb4db21a091e69743472785da2861aa4b327b.tar.gz
dmtool-c80eb4db21a091e69743472785da2861aa4b327b.tar.bz2
dmtool-c80eb4db21a091e69743472785da2861aa4b327b.zip
Added a (barebones) readme
-rw-r--r--readme.md14
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
+```