Skip to content

Commit

Permalink
Fix goreleaser setting to use tap field
Browse files Browse the repository at this point in the history
  • Loading branch information
nakabonne committed May 29, 2021
1 parent a195f49 commit b651fdb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ changelog:
- '^test:'

brews:
- github:
- tap:
owner: nakabonne
name: homebrew-ali
homepage: 'https://github.com/nakabonne/ali'
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ brew install nakabonne/ali/ali
**Via APT**

```bash
wget https://github.com/nakabonne/ali/releases/download/v0.5.4/ali_0.5.4_linux_amd64.deb
apt install ./ali_0.5.4_linux_amd64.deb
wget https://github.com/nakabonne/ali/releases/download/v0.6.1/ali_0.6.1_linux_amd64.deb
apt install ./ali_0.6.1_linux_amd64.deb
```

**Via RPM**

```bash
rpm -ivh https://github.com/nakabonne/ali/releases/download/v0.5.4/ali_0.5.4_linux_amd64.rpm
rpm -ivh https://github.com/nakabonne/ali/releases/download/v0.6.1/ali_0.6.1_linux_amd64.rpm
```

**Via Pacman**
Expand Down

0 comments on commit b651fdb

Please sign in to comment.