mirror of
https://github.com/ahmetb/kubectx.git
synced 2025-07-17 16:52:24 +00:00
doc: Add Flox as an installation method
Signed-off-by: Bryan Honof <bryan@floxdev.com>
This commit is contained in:
parent
561793c356
commit
91d59b9768
@ -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`),
|
||||
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user