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

Add Flox as an installation method #427

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all 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
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ this new Go implementation by downloading the binaries from the [**Releases page
- [with Chocolatey (Windows)](#windows-installation-using-chocolatey)
- [Windows Installation (using Scoop)](#windows-installation-using-scoop)
- [with winget (Windows)](#windows-installation-using-winget)
- [with Flox (macOS & Linux & Windows WSL)](#flox)
- [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 @@ -174,6 +175,13 @@ winget install --id ahmetb.kubectx
winget install --id ahmetb.kubens
```

### Flox

Available as packages on [Flox](https://flox.dev)
```pwsh
flox install kubectx
```

### Manual Installation (macOS and Linux)

Since `kubectx` and `kubens` are written in Bash, you should be able to install
Expand Down