Skip to content

Commit

Permalink
add section about building git-hound
Browse files Browse the repository at this point in the history
  • Loading branch information
ezekg committed Apr 20, 2016
1 parent bc8fd09 commit 98a4f92
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -20,6 +20,10 @@ go get github.com/ezekg/git-hound
alias git='_() { if [[ "$1" == "commit" ]]; then git-hound "$@"; else git "$@"; fi }; _'
```

## Building
- To build for your operating system, simply run `go install` from the root of the project directory.
- To build for all platforms using [`goxc`](https://github.com/laher/goxc), run `goxc -pv=0.5.2 -d=releases/`.

## Usage
```bash
git hound commit ...
Expand Down

0 comments on commit 98a4f92

Please sign in to comment.