mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 17:07:16 +00:00
Add new dependency to CONTRIBUTING.md (#38)
This commit is contained in:
parent
611b0e48d7
commit
3927cc0799
1 changed files with 2 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Reference in a new issue