From aa76eb507f6d51b6f9218412b0ab7aa51ac535fa Mon Sep 17 00:00:00 2001 From: Michele Zanotti Date: Thu, 27 Jun 2024 22:21:18 +0200 Subject: [PATCH] doc: add krew installation to README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index b9e0828..1608585 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,12 @@ on steroids: ## Installation +### Install with [Krew](https://krew.sigs.k8s.io/docs/user-guide/quickstart/) + +```sh +$ kubectl krew install duplicate +``` + ### Install with Homebrew (Mac/Linux) ```sh