Merge pull request #121 from lavalamp/bt

fix dep install command
This commit is contained in:
Daniel Smith
2017-02-17 13:41:07 -08:00
committed by GitHub

View File

@@ -49,7 +49,7 @@ the box.
```sh ```sh
$ go get github.com/golang/dep $ 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 # Make sure you have a go file in your directory which imports k8s.io/client-go
# first--I suggest copying one of the examples. # first--I suggest copying one of the examples.