Skip to content

Commit

Permalink
Link fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
bharathi-tenneti committed Apr 1, 2020
1 parent f59ed84 commit ec5adb8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/book/src/reference/completion.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
The Kubebuilder completion script for Bash can be generated with the command `kubebuilder completion bash` as the Kubebuilder completion script for Zsh can be generated with the command `kubebuilder completion zsh`.
Note that sourcing the completion script in your shell enables Kubebuilder autocompletion.

</aside>
<aside class="note">
<h1>Prerequisites for Bash</h1>

The completion Bash script depends on [bash-completion](https://github.com/scop/bash-completion), which means that you have to install this software first (you can test if you have bash-completion already installed). Also, ensure that your Bash version is 4.1+.

</aside>


Expand Down

0 comments on commit ec5adb8

Please sign in to comment.