Windows installation instructions (Chocolatey) (#350)

This commit is contained in:
Apoorv Verma [AP] 2022-03-16 03:08:53 -04:00 committed by GitHub
parent e6de7ba0a2
commit e5e7f53336
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)