From aa215b9eeb52bcc4939159fb1518f1d5d8c98ceb Mon Sep 17 00:00:00 2001 From: Ahmet Alp Balkan Date: Wed, 15 Nov 2017 12:41:03 -0800 Subject: [PATCH] Update installation instructions for non-macOS --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 61e8a55..4cc2b52 100644 --- a/README.md +++ b/README.md @@ -92,10 +92,14 @@ Running `brew install` with `--with-short-names` will install tools with names **Other platforms:** -- Download the `kubectx` script -- Add it somewhere in your PATH -- Make it executable (`chmod +x`) -- You can also install bash/zsh [completion scripts](completion/) manually. +Since `kubectx`/`kubens` are written in Bash, they can run in shells that support POSIX standards. + +- Download the `kubectx`, `kubens` and `utils.bash` scripts +- 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. -----