Skip to content

Commit

Permalink
Add brew installation instructions to README
Browse files Browse the repository at this point in the history
Authored-by: Ed Cook <[email protected]>
  • Loading branch information
edwardecook committed Aug 30, 2019
1 parent abaedda commit 6ca717f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected]:pivotal/hammer.git && cd hammer && go install
```
Expand Down

0 comments on commit 6ca717f

Please sign in to comment.