Merge pull request #20 from knil-sama/knil-sama-readme-typo

Update README.md
This commit is contained in:
Ahmet Alp Balkan 2017-12-20 09:04:05 -08:00 committed by GitHub
commit 146b67d2b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -96,7 +96,7 @@ Since `kubectx`/`kubens` are written in Bash, they can run in shells that suppor
- Download the `kubectx`, `kubens` and `utils.bash` scripts - Download the `kubectx`, `kubens` and `utils.bash` scripts
- Either: - Either:
- save them all to soemwhere in your `PATH`, - save them all to somewhere in your `PATH`,
- or save them to a directory, then create symlinks to `kubectx`/`kubens` from somewhere in your `PATH`, like `/usr/local/bin` - 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 ...`) - Make `kubectx` and `kubens` executable (`chmod +x ...`)
- Youre on your own to install bash/zsh [completion scripts](completion/) manually. - Youre on your own to install bash/zsh [completion scripts](completion/) manually.