Updated instructions to note the go 1.2 dependency

pull/6/head
brendandburns 2014-06-18 10:44:53 -07:00
parent f57ae2f4bf
commit 3be4f8fea0
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ However, initial development was done on GCE and so our instructions and scripts
1. You need a Google Cloud Platform account with billing enabled. Visit
[http://cloud.google.com/console](http://cloud.google.com/console) for more details.
2. Make sure you can start up a GCE VM. At least make sure you can do the [Create an instance](https://developers.google.com/compute/docs/quickstart#addvm) part of the GCE Quickstart.
3. You must have Go installed: [www.golang.org](http://www.golang.org).
3. You must have Go (version 1.2 or later) installed: [www.golang.org](http://www.golang.org).
4. Ensure that your `gcloud` components are up-to-date by running `gcloud components update`.
5. Get the Kubernetes source: