Browse Source

kops: add README.md

Jorge Vargas 5 years ago
parent
commit
5da824526a
1 changed files with 9 additions and 0 deletions
  1. 9 0
      plugins/kops/README.md

+ 9 - 0
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)
+```