mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 06:54:01 +00:00
Merge pull request #1361 from jbeda/vsphere-docs
Fix up source install instructions for VSphere
This commit is contained in:
commit
cb158e0d72
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user