From e1e5d0d4ad39ec8f25f0e03d7c9d2aa7693ee5a0 Mon Sep 17 00:00:00 2001 From: Sameh ammar Date: Tue, 6 May 2025 08:28:16 +0000 Subject: [PATCH] docs: add Krew installation instructions to README after Homebrew section --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 3d8f8c5b..a633e61a 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,12 @@ Popeye is available on Linux, OSX and Windows platforms. brew install derailed/popeye/popeye ``` +* Using [Krew](https://krew.sigs.k8s.io/) (kubectl plugin manager) + + ```shell + kubectl krew install popeye + ``` + * Using `go install` ```shell