Merge pull request #1318 from gaffo/compile_docs

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

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