Add Homebrew install instructions

This commit is contained in:
Frank Blechschmidt 2020-04-13 21:32:59 -07:00 committed by Stanisław Barzowski
parent b2dbc0c524
commit bedbae2e6c

View File

@ -19,6 +19,12 @@ This code is known to work on Go 1.8 and above. We recommend always using the ne
go get github.com/google/go-jsonnet/cmd/jsonnet
```
It's also available on Homebrew:
```
brew install go-jsonnet
```
## Build instructions (go 1.11+)
```bash