summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-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.
+