From 87c794fd7928d6b8c9e7df808b2a73294f96740c Mon Sep 17 00:00:00 2001 From: Aaron Hurt Date: Sun, 9 Oct 2016 18:10:44 -0500 Subject: [PATCH] update readme --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f2ed8de..029769f 100644 --- a/README.md +++ b/README.md @@ -27,13 +27,19 @@ changed and any scripts which embedded this tool will need to be updated. ## Installing -With a proper Go environment simply run ... +OS X/macOS Homebrew users ... + +``` +brew install consul-backinator +``` + +Users with a proper Go environment ... ``` go get -u github.com/myENA/consul-backinator ``` -To take advantage of the vendoring and other options ... +Developers that wish to take advantage of vendoring and other options ... ``` git clone https://github.com/myENA/consul-backinator.git