aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--site/versions/master/docs/install.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/site/versions/master/docs/install.md b/site/versions/master/docs/install.md
index fe4194d00c..0a6f9e5b0c 100644
--- a/site/versions/master/docs/install.md
+++ b/site/versions/master/docs/install.md
@@ -311,6 +311,9 @@ Bazel also comes with a zsh completion script. To install it:
cp scripts/zsh_completion/_bazel ~/.zsh/completion
```
+ You may have to call `rm -f ~/.zcompdump; compinit`
+ the first time to make it work.
+
2. Optionally, add the following to your .zshrc.
```