summaryrefslogtreecommitdiff
path: root/plugins/thor/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/thor/README.md')
-rw-r--r--plugins/thor/README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/plugins/thor/README.md b/plugins/thor/README.md
new file mode 100644
index 000000000..09c705d9a
--- /dev/null
+++ b/plugins/thor/README.md
@@ -0,0 +1,10 @@
+# Thor plugin
+
+This plugin adds completion for [Thor](http://whatisthor.com/),
+a ruby toolkit for building powerful command-line interfaces.
+
+To use it, add `thor` to the plugins array in your zshrc file:
+
+```zsh
+plugins=(... thor)
+```