Commit d70b565e authored by Harry Zhang's avatar Harry Zhang Committed by resouer

Fix inconsistency path in GOPATH doc

we set up $KPATH/src/k8s.io/kubernetes directory, but ask user to `cd` into $KPATH/src/github.com/kubernetes Close this if I made mistaken this
parent 4a7115d2
......@@ -168,7 +168,7 @@ export GOPATH=$KPATH
3) Populate your new GOPATH.
```sh
cd $KPATH/src/github.com/kubernetes/kubernetes
cd $KPATH/src/k8s.io/kubernetes
godep restore
```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment