Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added Chocolatey install instructions
Removed duplicate Homebrew instructions
  • Loading branch information
digitalcoyote authored Oct 10, 2020
1 parent 5aba9fa commit 920dad6
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ There are several installation options:
- Arch Linux
- Homebrew
- Manual installation
- Windows
- Chocolatey

### Kubectl Plugins (macOS and Linux)

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

#### Homebrew

:confetti_ball: If you use [Homebrew](https://brew.sh/) you can install like this:

brew install kubectx
#### Chocolatey
Available as packages on [Chocolatey](https://chocolatey.org/why-chocolatey)

This command will set up bash/zsh/fish completion scripts automatically.
```pwsh
choco install kubens kubectx
```

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

#### Manual

Expand Down

0 comments on commit 920dad6

Please sign in to comment.