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