summaryrefslogtreecommitdiffstats
path: root/.config/zsh/oh-my-zsh/plugins/celery/README.md
diff options
context:
space:
mode:
Diffstat (limited to '.config/zsh/oh-my-zsh/plugins/celery/README.md')
-rw-r--r--.config/zsh/oh-my-zsh/plugins/celery/README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/.config/zsh/oh-my-zsh/plugins/celery/README.md b/.config/zsh/oh-my-zsh/plugins/celery/README.md
new file mode 100644
index 0000000..d2597f7
--- /dev/null
+++ b/.config/zsh/oh-my-zsh/plugins/celery/README.md
@@ -0,0 +1,9 @@
+# Celery
+
+This plugin provides completion for [Celery](http://www.celeryproject.org/).
+
+To use it add celery to the plugins array in your zshrc file.
+
+```bash
+plugins=(... celery)
+```