From 388446dfe789c1faf361e7ef1264f180ff2a4bde Mon Sep 17 00:00:00 2001 From: Chao Xu Date: Mon, 3 Apr 2017 14:26:19 -0700 Subject: [PATCH] minor update to INSTALL guide using dep --- INSTALL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 15d70a2a..92ae365e 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -60,8 +60,8 @@ of the box. $ go get github.com/golang/dep $ 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. +# Make sure you have a go file in your directory which imports a package of +# k8s.io/client-go first--I suggest copying one of the examples. $ dep init $ dep ensure k8s.io/client-go@^2.0.0 ```