mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 17:07:16 +00:00
docs: Fix typo code-gen/codegen contributors-quickstart.md (#21922)
Signed-off-by: Marco Stuurman <marco@fe.ax>
This commit is contained in:
parent
a1431bef4c
commit
167e122eba
2 changed files with 2 additions and 1 deletions
1
USERS.md
1
USERS.md
|
|
@ -376,6 +376,7 @@ Currently, the following organizations are **officially** using Argo CD:
|
|||
1. [Vinted](https://vinted.com/)
|
||||
1. [Virtuo](https://www.govirtuo.com/)
|
||||
1. [VISITS Technologies](https://visits.world/en)
|
||||
1. [Viya](https://viya.me)
|
||||
1. [Volvo Cars](https://www.volvocars.com/)
|
||||
1. [Voyager Digital](https://www.investvoyager.com/)
|
||||
1. [VSHN - The DevOps Company](https://vshn.ch/)
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ git remote add upstream https://github.com/argoproj/argo-cd.git
|
|||
1. Install development tools:
|
||||
```shell
|
||||
make install-go-tools-local
|
||||
make install-code-gen-tools-local
|
||||
make install-codegen-tools-local
|
||||
```
|
||||
|
||||
### Install Go
|
||||
|
|
|
|||
Loading…
Reference in a new issue