diff options
author | Taylor C. Richberger <Taywee@gmx.com> | 2016-05-05 14:11:34 -0600 |
---|---|---|
committer | Taylor C. Richberger <Taywee@gmx.com> | 2016-05-05 14:11:34 -0600 |
commit | 54a118290be2b88fc78230feacda6771d65f8e18 (patch) | |
tree | d0aeecb0dd71f83c98c422f968ffc9bf18da6ec9 /README.md | |
parent | replace find (diff) | |
download | args.hxx-54a118290be2b88fc78230feacda6771d65f8e18.tar.xz |
put installation instructions
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. |