diff --git a/README.md b/README.md index e972e8c7..4ce36b66 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,7 @@ this new Go implementation by downloading the binaries from the [**Releases page - [with MacPorts (macOS)](#macports-macos) - [with apt (Debian)](#apt-debian) - [with pacman (Arch Linux)](#pacman-arch-linux) +- [with Chocolatey (Windows)](#windows-installation-using-chocolatey) - [manually (macOS & Linux)](#manual-installation-macos-and-linux) If you like to add context/namespace information to your shell prompt (`$PS1`), @@ -140,6 +141,12 @@ Available as official Arch Linux package. Install it via: sudo pacman -S kubectx ``` +### Windows Installation (using Chocolatey) + +Available as packages on [Chocolatey](https://chocolatey.org/why-chocolatey) +```pwsh +choco install kubens kubectx +``` ### Manual Installation (macOS and Linux)