Skip to content

Commit 920dad6

Browse files
Update README.md
Added Chocolatey install instructions Removed duplicate Homebrew instructions
1 parent 5aba9fa commit 920dad6

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@ There are several installation options:
106106
- Arch Linux
107107
- Homebrew
108108
- Manual installation
109+
- Windows
110+
- Chocolatey
109111

110112
### Kubectl Plugins (macOS and Linux)
111113

@@ -158,16 +160,13 @@ Available as official Arch Linux package. Install it via:
158160
sudo pacman -S kubectx
159161
```
160162

161-
#### Homebrew
162-
163-
:confetti_ball: If you use [Homebrew](https://brew.sh/) you can install like this:
164-
165-
brew install kubectx
163+
#### Chocolatey
164+
Available as packages on [Chocolatey](https://chocolatey.org/why-chocolatey)
166165

167-
This command will set up bash/zsh/fish completion scripts automatically.
166+
```pwsh
167+
choco install kubens kubectx
168+
```
168169

169-
- If you like to add context/namespace info to your shell prompt (`$PS1`),
170-
I recommend trying out [kube-ps1](https://github.com/jonmosco/kube-ps1).
171170

172171
#### Manual
173172

0 commit comments

Comments
 (0)