Skip to content

Commit

Permalink
Windows installation instructions (Chocolatey) (#350)
Browse files Browse the repository at this point in the history
  • Loading branch information
avdaredevil authored Mar 16, 2022
1 parent e6de7ba commit e5e7f53
Showing 1 changed file with 7 additions and 0 deletions.
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-chocolatey)
- [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 Chocolatey)

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

### Manual Installation (macOS and Linux)

Expand Down

0 comments on commit e5e7f53

Please sign in to comment.