Skip to content

Commit

Permalink
doc(README): added installation method with homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
miyamo2 committed Nov 21, 2024
1 parent 7ad1c4e commit 582bdb2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,13 @@ Create a ConfigMap and a Job. And after the job is complete, delete them.

### Install

#### With go install(recommend)
#### With homebrew

```sh
brew install miyamo2/tap/kubectl-create-transient_configmap
```

#### With go install

```sh
go install github.com/miyamo2/kubectl-create-transient_configmap@latest
Expand Down

0 comments on commit 582bdb2

Please sign in to comment.