From 04fe5faa357480803dc455bf634190acb2e451ee Mon Sep 17 00:00:00 2001 From: Chao Xu Date: Fri, 24 Feb 2017 12:54:48 -0800 Subject: [PATCH] minor fix of 'go get' command --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 2f941292..d9bd12d2 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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.