Merge pull request #211 from netbun/patch-1

changes to readme.md
This commit is contained in:
Jesse Szwedko 2015-04-21 20:12:02 -07:00
commit 30b361bf66

View File

@ -12,7 +12,7 @@ Command line apps are usually so tiny that there is absolutely no reason why you
**This is where cli.go comes into play.** cli.go makes command line programming fun, organized, and expressive!
## Installation
Make sure you have a working Go environment (go 1.1 is *required*). [See the install instructions](http://golang.org/doc/install.html).
Make sure you have a working Go environment (go 1.1+ is *required*). [See the install instructions](http://golang.org/doc/install.html).
To install `cli.go`, simply run:
```