Merge pull request #1318 from gaffo/compile_docs

Add required go version for compilation
This commit is contained in:
Guillaume J. Charmes 2013-07-26 18:33:10 -07:00
commit 4399f65fb8

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