From 11c19c0fb799229fdb94cf58a9f69a19744d9dca Mon Sep 17 00:00:00 2001 From: Nabil Date: Sat, 5 Aug 2023 00:04:50 +0200 Subject: [PATCH] Add Scoop command (#396) --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 6b9e29bd..87e8f47f 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,7 @@ this new Go implementation by downloading the binaries from the [**Releases page - [with apt (Debian)](#apt-debian) - [with pacman (Arch Linux)](#pacman-arch-linux) - [with Chocolatey (Windows)](#windows-installation-using-chocolatey) +- [Windows Installation (using Scoop)](#windows-installation-using-scoop) - [with winget (Windows)](#windows-installation-using-winget) - [manually (macOS & Linux)](#manual-installation-macos-and-linux) @@ -148,6 +149,14 @@ Available as packages on [Chocolatey](https://chocolatey.org/why-chocolatey) choco install kubens kubectx ``` +### Windows Installation (using Scoop) + +Available as packages on [Scoop](https://scoop.sh/) +```pwsh +scoop bucket add main +scoop install main/kubens main/kubectx +``` + ### Windows Installation (using winget) Available as packages on [winget](https://learn.microsoft.com/en-us/windows/package-manager/)