mirror of
https://github.com/ahmetb/kubectx.git
synced 2025-07-04 11:06:12 +00:00
Windows installation instructions (Chocolatey) (#350)
This commit is contained in:
parent
e6de7ba0a2
commit
e5e7f53336
@ -77,6 +77,7 @@ this new Go implementation by downloading the binaries from the [**Releases page
|
|||||||
- [with MacPorts (macOS)](#macports-macos)
|
- [with MacPorts (macOS)](#macports-macos)
|
||||||
- [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)
|
||||||
- [manually (macOS & Linux)](#manual-installation-macos-and-linux)
|
- [manually (macOS & Linux)](#manual-installation-macos-and-linux)
|
||||||
|
|
||||||
If you like to add context/namespace information to your shell prompt (`$PS1`),
|
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
|
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)
|
### Manual Installation (macOS and Linux)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user