diff options
author | Andreas Häber <andy@andyandy.info> | 2018-10-24 15:56:51 +0200 |
---|---|---|
committer | Marc CornellĂ <marc.cornella@live.com> | 2018-10-24 15:56:51 +0200 |
commit | 550781561bf6871fcf5036e0beb707e116de9d3b (patch) | |
tree | 6af4feec9af5df55dfc6aadee823f8bb210e2899 /plugins | |
parent | 576ada138fc5eed3f58a4aff8141e483310c90fb (diff) | |
download | zsh-550781561bf6871fcf5036e0beb707e116de9d3b.tar.gz zsh-550781561bf6871fcf5036e0beb707e116de9d3b.tar.bz2 zsh-550781561bf6871fcf5036e0beb707e116de9d3b.zip |
helm: add README (#7325)
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/helm/README.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/helm/README.md b/plugins/helm/README.md new file mode 100644 index 000000000..49844c78f --- /dev/null +++ b/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) +``` |