From 58c9946b7d0ae39c2a44a3368e3fe0e05c22df60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=BCttler?= Date: Wed, 10 Jan 2024 08:51:21 +0100 Subject: [PATCH] Update install.md: Install via `brew` --- site/content/docs/user-guide/setup/install.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/site/content/docs/user-guide/setup/install.md b/site/content/docs/user-guide/setup/install.md index 8d64e078..49030ff3 100644 --- a/site/content/docs/user-guide/setup/install.md +++ b/site/content/docs/user-guide/setup/install.md @@ -7,11 +7,16 @@ weight: 200 Krew itself is a `kubectl` plugin that is installed and updated via Krew (yes, Krew self-hosts). -> ⚠️ **Warning:** krew is only compatible with `kubectl` v1.12 or later. - +- **brew**: [brew](#brew) - **macOS/Linux**: [bash/zsh](#bash), [fish](#fish) - **[Windows](#windows)** +## brew {#brew} + +``` +brew install krew +``` + ## macOS/Linux {#posix} #### Bash or ZSH shells {#bash}