Skip to content

Commit

Permalink
Merge pull request #32 from shiroyasha/installation-steps-linux
Browse files Browse the repository at this point in the history
Example installation steps on Linux
  • Loading branch information
ahmetb committed Mar 30, 2018
2 parents 1c9b5c5 + 57893cb commit 8033613
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8033613

Please sign in to comment.