From 297fc9b8f8c9a3239d7f7b6bc7c4b572b5ef3ee1 Mon Sep 17 00:00:00 2001 From: "Apoorv Verma [AP]" Date: Tue, 15 Mar 2022 18:10:44 -0700 Subject: [PATCH 1/3] Updated readme to include instructions for installing on windows with Choco based on #268 --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index e972e8c7..820a033a 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 Choco (Windows)](#windows-installation-using-choco) - [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 Choco) + +Available as packages on [Chocolatey](https://chocolatey.org/why-chocolatey) +```pwsh +choco install kubens kubectx +``` ### Manual Installation (macOS and Linux) From 4ca0fb11e764e26c84e303913b262bbda42d08ba Mon Sep 17 00:00:00 2001 From: "Apoorv Verma [AP]" Date: Wed, 16 Mar 2022 00:55:20 -0400 Subject: [PATCH 2/3] Updated nit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 820a033a..9c5de6ee 100644 --- a/README.md +++ b/README.md @@ -77,7 +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 Choco (Windows)](#windows-installation-using-choco) +- [with Chocolatey (Windows)](#windows-installation-using-choco) - [manually (macOS & Linux)](#manual-installation-macos-and-linux) If you like to add context/namespace information to your shell prompt (`$PS1`), From 1a3a484963ea11baed4f090080f30668e7b499f4 Mon Sep 17 00:00:00 2001 From: "Apoorv Verma [AP]" Date: Wed, 16 Mar 2022 02:41:04 -0400 Subject: [PATCH 3/3] Nits addressed --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9c5de6ee..4ce36b66 100644 --- a/README.md +++ b/README.md @@ -77,7 +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-choco) +- [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`), @@ -141,7 +141,7 @@ Available as official Arch Linux package. Install it via: sudo pacman -S kubectx ``` -### Windows Installation (using Choco) +### Windows Installation (using Chocolatey) Available as packages on [Chocolatey](https://chocolatey.org/why-chocolatey) ```pwsh