From bf876db9b2b6c0d0c5fab713b10e1d7ff6a4bbea Mon Sep 17 00:00:00 2001 From: Daniel Smith Date: Fri, 17 Feb 2017 13:40:14 -0800 Subject: [PATCH] fix dep install command --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 1173b9c4..b045f9a5 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -49,7 +49,7 @@ the box. ```sh $ go get github.com/golang/dep -$ go install github.com/golang/dep/cmd +$ go install github.com/golang/dep/cmd/dep # Make sure you have a go file in your directory which imports k8s.io/client-go # first--I suggest copying one of the examples.