Update CONTRIBUTING.md (#1964)

Add small snippet on updating dependencies before building to avoid 
failures.
This commit is contained in:
stgarf 2019-07-20 21:02:40 -07:00 committed by Alexander Matyushentsev
parent 26df57e5c7
commit a657ceb59d

View file

@ -65,6 +65,14 @@ make install-dev-tools
## Building
Ensure dependencies are up to date first:
```shell
make dep
```
Build `cli`, `image`, and `argocd-util` as default targets by running make:
```bash
make
```