Add new dependency to CONTRIBUTING.md (#38)

This commit is contained in:
Andrew Merenbach 2018-03-15 19:01:13 -07:00 committed by Alexander Matyushentsev
parent 611b0e48d7
commit 3927cc0799

View file

@ -3,7 +3,8 @@ Make sure you have following tools installed [golang](https://golang.org/), [dep
[kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/).
```
$ brew install go dep protobuf kubectl
$ brew install go dep protobuf kubectl
$ go get -u github.com/golang/protobuf/protoc-gen-go
```
Nice to have [gometalinter](https://github.com/alecthomas/gometalinter) and [goreman](https://github.com/mattn/goreman):