summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJorge Vargas <yorch.veintemil+github@gmail.com>2018-10-27 16:32:13 -0700
committerJorge Vargas <yorch.veintemil+github@gmail.com>2018-10-27 16:32:13 -0700
commit5da824526a0184087c8aa0eae2255ea547385e81 (patch)
tree55711f8e4b82fa2ba8dfc97ab7f38c13e7f7587e
parentf96d18ca935f9b9bd6f1c51cb5c821a0b18e9601 (diff)
downloadzsh-5da824526a0184087c8aa0eae2255ea547385e81.tar.gz
zsh-5da824526a0184087c8aa0eae2255ea547385e81.tar.bz2
zsh-5da824526a0184087c8aa0eae2255ea547385e81.zip
kops: add README.md
-rw-r--r--plugins/kops/README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/kops/README.md b/plugins/kops/README.md
new file mode 100644
index 000000000..1983afab4
--- /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)
+```