浏览代码

phing: add README (#8278)

Nick 4 年之前
父节点
当前提交
45d2236941
共有 1 个文件被更改,包括 8 次插入0 次删除
  1. 8 0
      plugins/phing/README.md

+ 8 - 0
plugins/phing/README.md

@@ -0,0 +1,8 @@
+# Phing plugin
+
+This plugin adds autocompletion for [`phing`](https://github.com/phingofficial/phing) targets.
+
+To use it, add `phing` to the plugins array of your `.zshrc` file:
+```
+plugins=(... eecms)
+```