mirror of
https://github.com/ahmetb/kubectx.git
synced 2025-06-25 06:51:55 +00:00
Update installation instructions for non-macOS
This commit is contained in:
parent
e82879a185
commit
aa215b9eeb
12
README.md
12
README.md
@ -92,10 +92,14 @@ Running `brew install` with `--with-short-names` will install tools with names
|
|||||||
|
|
||||||
**Other platforms:**
|
**Other platforms:**
|
||||||
|
|
||||||
- Download the `kubectx` script
|
Since `kubectx`/`kubens` are written in Bash, they can run in shells that support POSIX standards.
|
||||||
- Add it somewhere in your PATH
|
|
||||||
- Make it executable (`chmod +x`)
|
- Download the `kubectx`, `kubens` and `utils.bash` scripts
|
||||||
- You can also install bash/zsh [completion scripts](completion/) manually.
|
- Either:
|
||||||
|
- save them all to soemwhere in your `PATH`,
|
||||||
|
- or save them to a directory, then create symlinks to `kubectx`/`kubens` from somewhere in your `PATH`, like `/usr/local/bin`
|
||||||
|
- Make `kubectx` and `kubens` executable (`chmod +x ...`)
|
||||||
|
- You’re on your own to install bash/zsh [completion scripts](completion/) manually.
|
||||||
|
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user