mirror of
https://github.com/argoproj/argo-cd
synced 2026-05-05 23:58:21 +00:00
Update CONTRIBUTING.md (#1964)
Add small snippet on updating dependencies before building to avoid failures.
This commit is contained in:
parent
26df57e5c7
commit
a657ceb59d
1 changed files with 8 additions and 0 deletions
|
|
@ -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
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue