mirror of
https://github.com/ahmetb/kubectx.git
synced 2025-07-04 11:06:12 +00:00
Add Scoop command (#396)
This commit is contained in:
parent
92e5b5f43b
commit
11c19c0fb7
@ -77,6 +77,7 @@ this new Go implementation by downloading the binaries from the [**Releases page
|
|||||||
- [with apt (Debian)](#apt-debian)
|
- [with apt (Debian)](#apt-debian)
|
||||||
- [with pacman (Arch Linux)](#pacman-arch-linux)
|
- [with pacman (Arch Linux)](#pacman-arch-linux)
|
||||||
- [with Chocolatey (Windows)](#windows-installation-using-chocolatey)
|
- [with Chocolatey (Windows)](#windows-installation-using-chocolatey)
|
||||||
|
- [Windows Installation (using Scoop)](#windows-installation-using-scoop)
|
||||||
- [with winget (Windows)](#windows-installation-using-winget)
|
- [with winget (Windows)](#windows-installation-using-winget)
|
||||||
- [manually (macOS & Linux)](#manual-installation-macos-and-linux)
|
- [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
|
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)
|
### Windows Installation (using winget)
|
||||||
|
|
||||||
Available as packages on [winget](https://learn.microsoft.com/en-us/windows/package-manager/)
|
Available as packages on [winget](https://learn.microsoft.com/en-us/windows/package-manager/)
|
||||||
|
Loading…
Reference in New Issue
Block a user