summaryrefslogtreecommitdiffstats
path: root/zsh/oh-my-zsh/plugins/phing/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/oh-my-zsh/plugins/phing/README.md')
-rw-r--r--zsh/oh-my-zsh/plugins/phing/README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/zsh/oh-my-zsh/plugins/phing/README.md b/zsh/oh-my-zsh/plugins/phing/README.md
new file mode 100644
index 0000000..84d1d18
--- /dev/null
+++ b/zsh/oh-my-zsh/plugins/phing/README.md
@@ -0,0 +1,9 @@
+# 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:
+
+```zsh
+plugins=(... phing)
+```