From 56c8f43f0c4300f4ceacc6d6ff82f5e0ccd62f52 Mon Sep 17 00:00:00 2001 From: brendandburns Date: Mon, 8 Sep 2014 21:12:36 -0700 Subject: [PATCH] update vagrant to point at the 0.2 release --- docs/getting-started-guides/vagrant.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/getting-started-guides/vagrant.md b/docs/getting-started-guides/vagrant.md index 23b0ccafb1f..dc45ca6952e 100644 --- a/docs/getting-started-guides/vagrant.md +++ b/docs/getting-started-guides/vagrant.md @@ -4,10 +4,7 @@ 1. Install latest version >= 1.6.2 of vagrant from http://www.vagrantup.com/downloads.html 2. Install latest version of Virtual Box from https://www.virtualbox.org/wiki/Downloads 3. Get the Kubernetes source: - -``` -git clone https://github.com/GoogleCloudPlatform/kubernetes.git -``` + * Kubernetes 0.2 [tar.gz](https://github.com/GoogleCloudPlatform/kubernetes/archive/v0.2.tar.gz) [zip](https://github.com/GoogleCloudPlatform/kubernetes/archive/v0.2.zip) ### Setup