minor fix of 'go get' command

This commit is contained in:
Chao Xu 2017-02-24 12:54:48 -08:00
parent 65ac4e638a
commit 04fe5faa35

View File

@ -83,7 +83,7 @@ and you have a copy of godep somewhere in your $PATH.
To install `client-go` and place its dependencies in your `$GOPATH`:
```sh
go get k8s.io/client-go
go get k8s.io/client-go/...
cd $GOPATH/src/k8s.io/client-go
git checkout v2.0.0
# cd 1.5 # only necessary with 1.5 and 1.4 clients.