浏览代码

kitchen: add README (#7275)

Atcha Prachayapron 5 年之前
父节点
当前提交
8db85db3cf
共有 1 个文件被更改,包括 9 次插入0 次删除
  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)
+```