From bedbae2e6c1e00af2f7232502e6282c35c3919f0 Mon Sep 17 00:00:00 2001 From: Frank Blechschmidt Date: Mon, 13 Apr 2020 21:32:59 -0700 Subject: [PATCH] Add Homebrew install instructions --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 7a8fdff..7f8edb0 100644 --- a/README.md +++ b/README.md @@ -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