Skip to content

Commit

Permalink
Release 'eli' cli with same name through brew
Browse files Browse the repository at this point in the history
Previously the goreleaser -tool were releasing the 'eli' cli
with name 'eliot/eliot' in brew tab. Now goreleaser supports
custom name for the tab so now it's 'eliot/eli'.
  • Loading branch information
ernoaapa committed Mar 18, 2018
1 parent 12b8c41 commit 6d93acd
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 6d93acd

Please sign in to comment.