Skip to content

Commit

Permalink
fix homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
annabarnes1138 committed Apr 23, 2021
1 parent 5958b98 commit 39d3448
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ brews:
name: stecky
email: stecky@users.noreply.github.com>
folder: Formula
homepage: https://github.com/stecky/yacr/
homepage: https://github.com/stecky/yet-another-chart-releaser/
description: Yet Another Helm Chart Releaser
install: |
bin.install "yacr"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,15 @@ Download your preferred asset from the [releases page](https://github.com/stecky

```console
$ brew tap stecky/tap
$ brew install yacr
$ brew install yet-another-chart-releaser
```

### Go get (for contributing)

```console
$ # clone repo to some directory outside GOPATH
$ git clone https://github.com/stecky/yet-another-chart-releaser
$ cd yacr
$ cd yet-another-chart-releaser
$ go mod download
$ go install ./...
```
Expand Down

0 comments on commit 39d3448

Please sign in to comment.