Commit 1919d7fa authored by Brendan Burns's avatar Brendan Burns

Merge pull request #13369 from resouer/patch-5

Fix inconsistency path in GOPATH doc
parents 90aaa3dc d70b565e
......@@ -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