浏览代码

helm: add README (#7325)

Andreas Häber 5 年之前
父节点
当前提交
550781561b
共有 1 个文件被更改,包括 9 次插入0 次删除
  1. 9 0
      plugins/helm/README.md

+ 9 - 0
plugins/helm/README.md

@@ -0,0 +1,9 @@
+# Helm plugin
+
+This plugin adds completion for [Helm](https://helm.sh/), the Kubernetes package manager.
+
+To use it, add `helm` to the plugins array in your zshrc file:
+
+```zsh
+plugins=(... helm)
+```