summaryrefslogtreecommitdiff
path: root/plugins/vault/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/vault/README.md')
-rw-r--r--plugins/vault/README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/vault/README.md b/plugins/vault/README.md
new file mode 100644
index 000000000..cc270a385
--- /dev/null
+++ b/plugins/vault/README.md
@@ -0,0 +1,9 @@
+# Vault plugin
+
+This plugin adds completion for [Vault](https://www.vaultproject.io/), the secrets and sensitive data manager.
+
+To use it, add `vault` to the plugins array in your zshrc file:
+
+```zsh
+plugins=(... vault)
+```