From a930802a8fcd591838d46b766fe5d3d341b1505e Mon Sep 17 00:00:00 2001 From: Sumit Murari Date: Thu, 13 Dec 2018 17:54:34 +0530 Subject: [PATCH] Documentation: Added brew installation method to README (#426) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 5a9834684..b7f17f12d 100644 --- a/README.md +++ b/README.md @@ -106,6 +106,10 @@ dnscontrol should be installed in $GOPATH/bin Get prebuilt binaries from [github releases](https://github.com/StackExchange/dnscontrol/releases/latest) +Alternatively, on Mac you can install it using homebrew: + +`brew install dnscontrol` + ## Via [docker](https://hub.docker.com/r/stackexchange/dnscontrol/) ```