From b35d0cbc342b0a679635192682f596b7d9e3328f Mon Sep 17 00:00:00 2001 From: Mikhail Mazurskiy Date: Tue, 21 Feb 2017 23:23:14 +1100 Subject: [PATCH] Fix readme --- INSTALL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index b045f9a5..f1ce7907 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -126,11 +126,11 @@ own project (change the `project: ` line at the top!), or, if you already have a `glide.yaml` file, you'll need to merge this `glide.yaml` with it. At this point, your `glide.yaml` file has all the dependencies of the client -library, but doesn't list the client itself. Running `glide install +library, but doesn't list the client itself. Running `glide get --strip-vendor k8s.io/client-go#^2.0.0` will add `client-go` to the dependency list, and all the dependencies should resolve correctly. -Note that simply running `glide install k8s.io/client-go#^2.0.0` without first +Note that simply running `glide get k8s.io/client-go#^2.0.0` without first getting the dependencies sorted out doesn't seem to trigger glide's import-from-godep code, and as a consequence it doesn't resolve the dependencies correctly.