Skip to content

Commit

Permalink
Add homebrew installation (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
micnncim authored Feb 7, 2021
1 parent 3b71d87 commit fe776ce
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,11 @@ builds:
- linux
- darwin
- windows

brews:
- tap:
owner: micnncim
name: kubectl-reap
folder: Formula
homepage: https://github.com/micnncim/kubectl-reap
description: kubectl plugin that deletes unused Kubernetes resources
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,13 @@ Download precompiled binaries from [GitHub Releases](https://github.com/micnncim
$ kubectl krew install reap
```

### Via Homebrew

```
$ brew tap micnncim/kubectl-reap https://github.com/micnncim/kubectl-reap
$ brew install kubectl-reap
```

### Via Go

```
Expand Down

0 comments on commit fe776ce

Please sign in to comment.