aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTaylor C. Richberger <Taywee@gmx.com>2016-05-05 14:11:34 -0600
committerTaylor C. Richberger <Taywee@gmx.com>2016-05-05 14:11:34 -0600
commit54a118290be2b88fc78230feacda6771d65f8e18 (patch)
treed0aeecb0dd71f83c98c422f968ffc9bf18da6ec9 /README.md
parentreplace find (diff)
downloadargs.hxx-54a118290be2b88fc78230feacda6771d65f8e18.tar.xz
put installation instructions
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index a3b0989..b8873f4 100644
--- a/README.md
+++ b/README.md
@@ -66,6 +66,12 @@ There are tons of things this library does not do!
`--foo` in the same parser), though shortopt and longopt prefixes can be
different.
+# How do I use it?
+
+Just copy and paste it into your source tree, or put it somewhere that your
+compiler can see. As long as you can `#include "args.hxx"` and use c++11, you
+should be good to go.
+
# Examples
All the code examples here will be complete code examples, with some output.