mirror of
https://github.com/kubernetes/client-go.git
synced 2025-08-07 10:23:33 +00:00
minor fix of 'go get' command
This commit is contained in:
parent
65ac4e638a
commit
04fe5faa35
@ -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`:
|
To install `client-go` and place its dependencies in your `$GOPATH`:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
go get k8s.io/client-go
|
go get k8s.io/client-go/...
|
||||||
cd $GOPATH/src/k8s.io/client-go
|
cd $GOPATH/src/k8s.io/client-go
|
||||||
git checkout v2.0.0
|
git checkout v2.0.0
|
||||||
# cd 1.5 # only necessary with 1.5 and 1.4 clients.
|
# cd 1.5 # only necessary with 1.5 and 1.4 clients.
|
||||||
|
Loading…
Reference in New Issue
Block a user