We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df3d143 commit d965b14Copy full SHA for d965b14
README.md
@@ -42,8 +42,10 @@ If you want to build Kubernetes right away there are two options:
42
##### You have a working [Go environment].
43
44
```
45
-go get -d k8s.io/kubernetes
46
-cd $GOPATH/src/k8s.io/kubernetes
+mkdir -p $GOPATH/src/k8s.io
+cd $GOPATH/src/k8s.io
47
+git clone https://github.com/kubernetes/kubernetes
48
+cd kubernetes
49
make
50
51
0 commit comments