Skip to content

Commit fe776ce

Browse files
authored
Add homebrew installation (#111)
1 parent 3b71d87 commit fe776ce

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

.goreleaser.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,11 @@ builds:
88
- linux
99
- darwin
1010
- windows
11+
12+
brews:
13+
- tap:
14+
owner: micnncim
15+
name: kubectl-reap
16+
folder: Formula
17+
homepage: https://github.com/micnncim/kubectl-reap
18+
description: kubectl plugin that deletes unused Kubernetes resources

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,13 @@ Download precompiled binaries from [GitHub Releases](https://github.com/micnncim
3737
$ kubectl krew install reap
3838
```
3939

40+
### Via Homebrew
41+
42+
```
43+
$ brew tap micnncim/kubectl-reap https://github.com/micnncim/kubectl-reap
44+
$ brew install kubectl-reap
45+
```
46+
4047
### Via Go
4148

4249
```

0 commit comments

Comments
 (0)