Update INSTALL.md

This is a very minor change, but it'll definitly help the New-Commers like me.
This commit is contained in:
Abhishek Kashyap 2017-12-03 02:19:02 +05:30 committed by GitHub
parent 72e1c2a1ef
commit 832b09bf1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 ./...
```