diff options
author | Your Name <you@example.com> | 2021-05-07 15:20:47 -0400 |
---|---|---|
committer | Your Name <you@example.com> | 2021-05-07 15:20:47 -0400 |
commit | e3aaa68a2ea1a403256150121c57a0287014162f (patch) | |
tree | bc21559fc0bff2ad616c5d69a45b5a22cc8cea60 | |
parent | c80eb4db21a091e69743472785da2861aa4b327b (diff) | |
download | dmtool-e3aaa68a2ea1a403256150121c57a0287014162f.tar.gz dmtool-e3aaa68a2ea1a403256150121c57a0287014162f.tar.bz2 dmtool-e3aaa68a2ea1a403256150121c57a0287014162f.zip |
Revert "Added a (barebones) readme"
This reverts commit c80eb4db21a091e69743472785da2861aa4b327b.
-rw-r--r-- | readme.md | 14 |
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 -``` |