mirror of
https://github.com/argoproj/argo-cd
synced 2026-05-23 17:28:44 +00:00
Mention git-lfs as a build pre-requisite (#1978)
This commit is contained in:
parent
c11c2a617f
commit
1cd016d7eb
1 changed files with 2 additions and 1 deletions
|
|
@ -10,6 +10,7 @@ Then, to get a good grounding in Go, try out [the tutorial](https://tour.golang.
|
|||
Install:
|
||||
|
||||
* [docker](https://docs.docker.com/install/#supported-platforms)
|
||||
* [git](https://git-scm.com/) and [git-lfs](https://git-lfs.github.com/)
|
||||
* [golang](https://golang.org/)
|
||||
* [dep](https://github.com/golang/dep)
|
||||
* [protobuf](https://developers.google.com/protocol-buffers/)
|
||||
|
|
@ -37,7 +38,7 @@ Brew users can quickly install the lot:
|
|||
|
||||
```bash
|
||||
brew tap go-swagger/go-swagger
|
||||
brew install go dep protobuf kubectl kubectx ksonnet/tap/ks kubernetes-helm jq go-swagger kustomize
|
||||
brew install git-lfs go dep protobuf kubectl kubectx ksonnet/tap/ks kubernetes-helm jq go-swagger kustomize
|
||||
```
|
||||
|
||||
!!! note "Kustomize"
|
||||
|
|
|
|||
Loading…
Reference in a new issue