Merge pull request #32 from shiroyasha/installation-steps-linux

Example installation steps on Linux
This commit is contained in:
Ahmet Alp Balkan 2018-03-30 10:26:18 -07:00 committed by GitHub
commit 80336137bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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