From 582bdb29de89cb60725913b912f38026721c33bb Mon Sep 17 00:00:00 2001 From: miyamo2 Date: Thu, 21 Nov 2024 09:02:45 +0900 Subject: [PATCH] doc(README): added installation method with homebrew --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e0a60d..732412a 100644 --- a/README.md +++ b/README.md @@ -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