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