From 57893cb66894c35aa16d7a26b8fd67b8f8cdb87a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20=C5=A0ar=C4=8Devi=C4=87?= Date: Sat, 10 Mar 2018 13:17:09 +0100 Subject: [PATCH] Example installation steps on Linux --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 98114d4..7a97f2f 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,14 @@ them to any POSIX environment that has Bash installed. - Make `kubectx` and `kubens` executable (`chmod +x ...`) - Figure out how to install bash/zsh/fish [completion scripts](completion/). +Example installation steps: + +``` bash +sudo git clone https://github.com/ahmetb/kubectx /opt/kubectx +sudo ln -s /opt/kubectx/kubectx /usr/local/bin/kubectx +sudo ln -s /opt/kubectx/kubens /usr/local/bin/kubens +``` + ----- #### Users