mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 05:27:21 +00:00
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
This commit is contained in:
parent
4a7115d272
commit
d70b565e55
@ -168,7 +168,7 @@ export GOPATH=$KPATH
|
|||||||
3) Populate your new GOPATH.
|
3) Populate your new GOPATH.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
cd $KPATH/src/github.com/kubernetes/kubernetes
|
cd $KPATH/src/k8s.io/kubernetes
|
||||||
godep restore
|
godep restore
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user