From 5da824526a0184087c8aa0eae2255ea547385e81 Mon Sep 17 00:00:00 2001 From: Jorge Vargas Date: Sat, 27 Oct 2018 16:32:13 -0700 Subject: [PATCH] kops: add README.md --- plugins/kops/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 plugins/kops/README.md 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) +```