浏览代码

kops: add README.md

Jorge Vargas 5 年之前
父节点
当前提交
5da824526a
共有 1 个文件被更改,包括 9 次插入0 次删除
  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)
+```