Fix readme

This commit is contained in:
Mikhail Mazurskiy 2017-02-21 23:23:14 +11:00
parent bcde30fb7e
commit b35d0cbc34
No known key found for this signature in database
GPG Key ID: 93551ECC96E2F568

View File

@ -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.