aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYour Name <you@example.com>2021-05-07 15:20:47 -0400
committerYour Name <you@example.com>2021-05-07 15:20:47 -0400
commite3aaa68a2ea1a403256150121c57a0287014162f (patch)
treebc21559fc0bff2ad616c5d69a45b5a22cc8cea60
parentc80eb4db21a091e69743472785da2861aa4b327b (diff)
downloaddmtool-e3aaa68a2ea1a403256150121c57a0287014162f.tar.gz
dmtool-e3aaa68a2ea1a403256150121c57a0287014162f.tar.bz2
dmtool-e3aaa68a2ea1a403256150121c57a0287014162f.zip
Revert "Added a (barebones) readme"
This reverts commit c80eb4db21a091e69743472785da2861aa4b327b.
-rw-r--r--readme.md14
1 files changed, 0 insertions, 14 deletions
diff --git a/readme.md b/readme.md
deleted file mode 100644
index 9ef6f76..0000000
--- a/readme.md
+++ /dev/null
@@ -1,14 +0,0 @@
-# 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
-```