From 8dec9cf004814af60fbcfd085023a313982e3704 Mon Sep 17 00:00:00 2001 From: Ahmet Alp Balkan Date: Tue, 16 May 2017 22:05:52 -0700 Subject: [PATCH] Document --with-short-names Signed-off-by: Ahmet Alp Balkan --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b3a51cf..01d1b1a 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ names. ## Installation -For macOS: +**For macOS:** > Use [Homebrew](https://brew.sh/) package manager: > @@ -80,7 +80,10 @@ For macOS: > brew install kubectx > this will also set up bash/zsh completion scripts automatically. -Other platforms: +Running `brew install` with `--with-short-names` will install tools with names +`kctx` and `kns` to prevent prefix collision with `kubectl` name. + +**Other platforms:** > Download the `kubectx` script, make it executable and add it to your PATH. You > can also install bash/zsh [completion scripts](completion/) manually.