summaryrefslogtreecommitdiff
path: root/oh-my-zsh/plugins/powder/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'oh-my-zsh/plugins/powder/README.md')
-rw-r--r--oh-my-zsh/plugins/powder/README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/oh-my-zsh/plugins/powder/README.md b/oh-my-zsh/plugins/powder/README.md
new file mode 100644
index 0000000..a83b1f2
--- /dev/null
+++ b/oh-my-zsh/plugins/powder/README.md
@@ -0,0 +1,8 @@
+# Powder
+
+This plugin provides completion for [powder](https://github.com/powder-rb/powder/).
+
+To use it, add powder to the plugins array of your zshrc file:
+```
+plugins=(... powder)
+```