From 1d66c59301e8ba7ee83c68f426550dc597b69a63 Mon Sep 17 00:00:00 2001 From: Gustav Westling Date: Wed, 15 Apr 2020 10:15:25 +0200 Subject: [PATCH] relnotes: add krew installation instructions --- hack/relnotes.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/hack/relnotes.sh b/hack/relnotes.sh index ad6444a1..d0ff9e32 100755 --- a/hack/relnotes.sh +++ b/hack/relnotes.sh @@ -46,3 +46,4 @@ echo "* Download the binaries from the GitHub release page" echo "* Download the image from Docker Hub: \`zegl/kube-score:${CURRENT_TAG}\`" echo "* Download the image from Docker Hub with Helm pre-installed: \`zegl/kube-score:${CURRENT_TAG}-helm\`" echo "* Download from homebrew: \`brew install kube-score/tap/kube-score\`" +echo "* Download with krew: \`kubectl krew install score\`"