浏览代码

add description and author

Marc Cornellà 5 年之前
父节点
当前提交
3752700a5a
共有 1 个文件被更改,包括 4 次插入1 次删除
  1. 4 1
      plugins/kops/README.md

+ 4 - 1
plugins/kops/README.md

@@ -1,9 +1,12 @@
 # kops
 # kops
 
 
-This plugin provides completion for [kops](https://github.com/kubernetes/kops).
+This plugin provides completion for [kops](https://github.com/kubernetes/kops) (Kubernetes Operations),
+the command line interface to get a production grade Kubernetes cluster up and running.
 
 
 To use it, add `kops` to the plugins array in your zshrc file.
 To use it, add `kops` to the plugins array in your zshrc file.
 
 
 ```
 ```
 plugins=(... kops)
 plugins=(... kops)
 ```
 ```
+
+**Author:** [@nmrony](https://github.com/nmrony)