aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1684909..1641d0f 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,15 @@
+[![Build Status](https://travis-ci.org/jodersky/commando.svg?branch=master)](https://travis-ci.org/jodersky/commando)
+
# Commando
An opinionated command line parsing utility for Scala.
+```scala
+libraryDependencies += "io.crashbox" %% "commando" % "<latest_version>"
+```
+
+Commando is available for Scala, Scala JS and Scala Native.
+
## Concepts
Commando's API is designed around two main concepts: commands and
parameters. It is recommended to read this section before diving into