diff --git a/docs/getting-started-guides/vsphere.md b/docs/getting-started-guides/vsphere.md index 8d93041c58..811b678da9 100644 --- a/docs/getting-started-guides/vsphere.md +++ b/docs/getting-started-guides/vsphere.md @@ -23,8 +23,9 @@ 6. Get the Kubernetes source: ```sh - go get github.com/GoogleCloudPlatform/kubernetes - cd $GOPATH/src/github.com/GoogleCloudPlatform/kubernetes + mkdir -p $GOPATH/src/github.com/GoogleCloudPlatform + git clone https://github.com/GoogleCloudPlatform/kubernetes.git + cd kubernetes ``` ### Setup