summaryrefslogtreecommitdiffstats
path: root/README.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown11
1 files changed, 9 insertions, 2 deletions
diff --git a/README.markdown b/README.markdown
index 0aecbf5..b29263d 100644
--- a/README.markdown
+++ b/README.markdown
@@ -1,7 +1,7 @@
JCommander
==========
-This is an annotation based parameter parsing framework for Java.
+This is an annotation based parameter parsing framework for Java 8.
Here is a quick example:
@@ -40,4 +40,11 @@ Assert.assertEquals("value", jct.dynamicParams.get("option"));
Assert.assertEquals(Arrays.asList("a", "b", "c"), jct.parameters);
```
-The full doc is available at http://beust.com/jcommander
+The full doc is available at [http://jcommander.org](http://jcommander.org).
+
+## Building JCommander
+
+```
+./kobaltw assemble
+```
+