From 1cd016d7eb7a122190d8185a362fddaad4f6a57d Mon Sep 17 00:00:00 2001 From: jannfis Date: Tue, 23 Jul 2019 11:32:14 +0200 Subject: [PATCH] Mention git-lfs as a build pre-requisite (#1978) --- docs/CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index 74a403ef9d..d3313bd2f5 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -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"