Browse Source

kitchen: add README (#7275)

Atcha Prachayapron 5 years ago
parent
commit
8db85db3cf
1 changed files with 9 additions and 0 deletions
  1. 9 0
      plugins/kitchen/README.md

+ 9 - 0
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)
+```