summaryrefslogtreecommitdiff
path: root/plugins/kitchen/README.md
diff options
context:
space:
mode:
authorAtcha Prachayapron <40570367+atchapcyp@users.noreply.github.com>2018-10-13 23:51:19 +0700
committerMarc Cornellà <marc.cornella@live.com>2018-10-13 18:51:19 +0200
commit8db85db3cf5741fed1f03be8e7a0d5e044c175e8 (patch)
tree4f6228b00c5d3e8b239e6a3a035f9de38e3c4cfe /plugins/kitchen/README.md
parent96f4a938383e558e8f800ccc052a80c6f743555d (diff)
downloadzsh-8db85db3cf5741fed1f03be8e7a0d5e044c175e8.tar.gz
zsh-8db85db3cf5741fed1f03be8e7a0d5e044c175e8.tar.bz2
zsh-8db85db3cf5741fed1f03be8e7a0d5e044c175e8.zip
kitchen: add README (#7275)
Diffstat (limited to 'plugins/kitchen/README.md')
-rw-r--r--plugins/kitchen/README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/kitchen/README.md b/plugins/kitchen/README.md
new file mode 100644
index 000000000..89a6d7002
--- /dev/null
+++ b/plugins/kitchen/README.md
@@ -0,0 +1,9 @@
+# kitchen plugin
+
+This plugin adds completion support for the [Test Kitchen](https://kitchen.ci).
+
+To use it, add `kitchen` to the plugins array in your zshrc file:
+
+```zsh
+plugins=(... kitchen)
+```