Merge pull request #1318 from gaffo/compile_docs
Add required go version for compilation
This commit is contained in:
commit
4399f65fb8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue