Browse Source

phing: add README (#8278)

Nick 5 years ago
parent
commit
45d2236941
1 changed files with 8 additions and 0 deletions
  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)
+```