Skip to content

Commit

Permalink
Add instructions about other installation methods (including brew)
Browse files Browse the repository at this point in the history
  • Loading branch information
kidoman committed May 19, 2019
1 parent 6014830 commit 24dc2f6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,10 @@ The simplest way to install `xp` in your dev environment is:
go get -u github.com/gojek/xp
```

`brew` will be added as an option at a later date.
If you do not have `go` installed, or prefer to install a different way, you can always:

- Download a binary from the [releases](https://github.com/gojek/xp/releases) page
- `brew install gojek/tap/xp`

## Usage

Expand Down

0 comments on commit 24dc2f6

Please sign in to comment.