Skip to content

Commit

Permalink
Merge pull request #34 from ernoaapa/set-brew-name
Browse files Browse the repository at this point in the history
Release 'eli' cli with same name through brew
  • Loading branch information
ernoaapa authored Mar 18, 2018
2 parents 12b8c41 + 6d93acd commit b0d7e51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ archive:
name_template: "{{ .Binary }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"

brew:
name: eli
github:
owner: ernoaapa
name: homebrew-eliot
Expand Down
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Eliot client, called `eli`, is just a binary what you can download from [Eliot releases](https://github.com/ernoaapa/eliot/releases).

### MacOS
1. `brew install ernoaapa/eliot/eliot`
1. `brew install ernoaapa/eliot/eli`
2. Test `eli --version`

### Linux
Expand Down

0 comments on commit b0d7e51

Please sign in to comment.