Make go version requirements clearer

This commit is contained in:
Tim Hockin
2015-12-02 09:54:21 -08:00
parent b9aa71089e
commit 0df07424e7
7 changed files with 27 additions and 13 deletions

View File

@@ -48,7 +48,7 @@ convenient).
### Prerequisites
1. You need administrator credentials to an ESXi machine or vCenter instance.
2. You must have Go (version 1.2 or later) installed: [www.golang.org](http://www.golang.org).
2. You must have Go (see [here](../devel/development.md#go-versions) for supported versions) installed: [www.golang.org](http://www.golang.org).
3. You must have your `GOPATH` set up and include `$GOPATH/bin` in your `PATH`.
```sh