Merge pull request #339 from a4abhishek/patch-1

Update INSTALL.md
This commit is contained in:
Dr. Stefan Schimanski
2017-12-14 16:41:43 +01:00
committed by GitHub

View File

@@ -63,7 +63,7 @@ To install `client-go` and place its dependencies in your `$GOPATH`:
```sh
go get k8s.io/client-go/...
cd $GOPATH/src/k8s.io/client-go
git checkout v2.0.0
git checkout v5.0.0
# cd 1.5 # only necessary with 1.5 and 1.4 clients.
godep restore ./...
```