diff --git a/plugins/kops/README.md b/plugins/kops/README.md new file mode 100644 index 0000000000000000000000000000000000000000..1983afab45604ea4ae6bbd76df0930aa7c34c6dc --- /dev/null +++ b/plugins/kops/README.md @@ -0,0 +1,9 @@ +# kops + +This plugin provides completion for [kops](https://github.com/kubernetes/kops). + +To use it, add `kops` to the plugins array in your zshrc file. + +``` +plugins=(... kops) +```