Update README.md

Correct typo soemwhere -> somewhere
This commit is contained in:
Clement Demonchy 2017-12-20 14:16:28 +01:00 committed by GitHub
parent 6e250aecb6
commit e3ceb14db5
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
- 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`
- Make `kubectx` and `kubens` executable (`chmod +x ...`)
- Youre on your own to install bash/zsh [completion scripts](completion/) manually.