From 54a118290be2b88fc78230feacda6771d65f8e18 Mon Sep 17 00:00:00 2001 From: "Taylor C. Richberger" Date: Thu, 5 May 2016 14:11:34 -0600 Subject: put installation instructions --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README.md') 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. -- cgit v1.2.1