From 832b09bf1baeb12a717cee5973d620bd09a87af9 Mon Sep 17 00:00:00 2001 From: Abhishek Kashyap Date: Sun, 3 Dec 2017 02:19:02 +0530 Subject: [PATCH] Update INSTALL.md This is a very minor change, but it'll definitly help the New-Commers like me. --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 3417e0cd7..12bc801a7 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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 ./... ```