Update CONTRIBUTING.md (#1534)

This commit is contained in:
Alex Collins 2019-04-29 11:35:43 -07:00 committed by GitHub
parent a12124512e
commit 444b65ecac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -55,6 +55,7 @@ go get -u gotest.tools/gotestsum
```bash
go get -u github.com/argoproj/argo-cd
cd ~/go/src/github.com/argoproj/argo-cd
dep ensure
make
```