From 6ca717fb1f4527dae0f6d93a66309119e5b71534 Mon Sep 17 00:00:00 2001 From: Ed Cook Date: Fri, 30 Aug 2019 17:19:10 +0100 Subject: [PATCH] Add brew installation instructions to README Authored-by: Ed Cook --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f8cd8d..ffb1a18 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,13 @@ The latest build of the `hammer` cli is available from the releases page. Download the tar for your platform, untar it, and move it to your $PATH. -Alternatively you can build `hammer` from source if you have Go: +Or using `brew` on macOS or Linux: +``` +brew tap pivotal/hammer https://github.com/pivotal/hammer +brew install hammer +``` + +Alternatively you can build `hammer` from source if you have Go installed: ```bash $ git clone git@github.com:pivotal/hammer.git && cd hammer && go install ```