Add required go version for compilation

This commit is contained in:
Mike Gaffney 2013-07-26 18:29:27 -07:00
parent 422378cb85
commit 2d85a20c71

View file

@ -167,7 +167,7 @@ Installing from source
----------------------
1. Make sure you have a [Go language](http://golang.org/doc/install)
compiler and [git](http://git-scm.com) installed.
compiler >= 1.1 and [git](http://git-scm.com) installed.
2. Checkout the source code
```bash