summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Glöckner <cgloeckner@freenet.de>2016-03-29 08:40:12 +0200
committerChristian Glöckner <cgloeckner@freenet.de>2016-03-29 08:40:12 +0200
commit2f3a2ee424682efd97015f91f8b6e03b5c07026a (patch)
tree63d806e2fcd22d1f047c29dfcf685a734c12cb99
parent8cad6b8b9936d94218b3eeeec43edb5d5006fecf (diff)
updated readme
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index 053b5e2..65aca83 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,8 @@
# getoptpp
-C++11 wrapper for getopt
+
+This wrapper is written for DrumGizmo's CLI tool. Feel free
+to add it to your project, too! :-)
+
+It's header-only, so you just need to add it to your includes and
+make sure that getopt is installed on your system.
+