Skip to content

Commit

Permalink
update build section to use gox
Browse files Browse the repository at this point in the history
  • Loading branch information
ezekg committed Jan 5, 2017
1 parent 65f6ace commit 27e8a83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ To compile for your operating system, simply run the following from the root of
go install
```

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

## Usage
Expand Down

0 comments on commit 27e8a83

Please sign in to comment.