Add prerequisite for completion to work after brew install (#368)

This commit is contained in:
Vincent Victoria 2022-10-25 04:06:54 +09:00 committed by GitHub
parent 7d6b179aed
commit 29850e1a75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)