From 29850e1a75cb5cad8d93f74a4114311eb9feba9f Mon Sep 17 00:00:00 2001 From: Vincent Victoria Date: Tue, 25 Oct 2022 04:06:54 +0900 Subject: [PATCH] Add prerequisite for completion to work after brew install (#368) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ce36b6..7f9e97e 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,7 @@ If you use [Homebrew](https://brew.sh/) you can install like this: brew install kubectx ``` -This command will set up bash/zsh/fish completion scripts automatically. +This command will set up bash/zsh/fish completion scripts automatically. Make sure you [configure your shell](https://docs.brew.sh/Shell-Completion) to load completions for installed Homebrew formulas. ### MacPorts (macOS)