Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows installation instructions (Chocolatey) #350

Merged
merged 3 commits into from
Mar 16, 2022
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-choco)
avdaredevil marked this conversation as resolved.
Show resolved Hide resolved
- [manually (macOS & Linux)](#manual-installation-macos-and-linux)

If you like to add context/namespace information to your shell prompt (`$PS1`),
Expand Down Expand Up @@ -140,6 +141,12 @@ Available as official Arch Linux package. Install it via:
sudo pacman -S kubectx
```

### Windows Installation (using Choco)
avdaredevil marked this conversation as resolved.
Show resolved Hide resolved

Available as packages on [Chocolatey](https://chocolatey.org/why-chocolatey)
```pwsh
choco install kubens kubectx
```

### Manual Installation (macOS and Linux)

Expand Down