Mention git-lfs as a build pre-requisite (#1978)

This commit is contained in:
jannfis 2019-07-23 11:32:14 +02:00 committed by Jesse Suen
parent c11c2a617f
commit 1cd016d7eb

View file

@ -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"