Skip to content

Commit

Permalink
add homebrew install option
Browse files Browse the repository at this point in the history
  • Loading branch information
ezekg committed Oct 8, 2020
1 parent ee73b04 commit 0d35d22
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ To install Hound, please use `go get`. If you don't have Go installed, [get it h
go get github.com/ezekg/git-hound
```

If you're on macOS, you can also install using Homebrew:

```
brew install git-hound
```

## Compiling
To compile for your operating system, simply run the following from the root of the project directory:
```bash
Expand Down

0 comments on commit 0d35d22

Please sign in to comment.