From a8245819415f707e2b53dc69aed1b3aebe6427cd Mon Sep 17 00:00:00 2001 From: Drew Csillag Date: Tue, 10 Jun 2014 14:09:02 -0400 Subject: [PATCH] Add location of where to get the gcloud tools to README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index df22577aee..49907fce44 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,9 @@ However, initial development was done on GCE and so our instructions and scripts [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 (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: +4. You must have the [`gcloud` components](https://developers.google.com/cloud/sdk/) installed. +5. Ensure that your `gcloud` components are up-to-date by running `gcloud components update`. +6. Get the Kubernetes source: git clone https://github.com/GoogleCloudPlatform/kubernetes.git