Merge pull request #171 from caesarxuchao/update-dep-readme

minor update to installation guide using dep
This commit is contained in:
Chao Xu 2017-04-03 14:32:39 -07:00 committed by GitHub
commit e8ae1e5c8e

View File

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