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\`"