Skip to content

Commit

Permalink
update build/compile instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ezekg committed Apr 21, 2016
1 parent 98a4f92 commit aaf3c19
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,16 @@ 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/`.
## Compiling
To compile for your operating system, simply run the following from the root of the project directory:
```bash
go install
```

To compile for all platforms using [`goxc`](https://github.com/laher/goxc), run the following:
```bash
goxc -pv={VERSION} -d=releases/
```

## Usage
```bash
Expand Down

0 comments on commit aaf3c19

Please sign in to comment.