summaryrefslogtreecommitdiff
path: root/plugins/celery
diff options
context:
space:
mode:
authorErwan ROUSSEL <erwan.roussel51@gmail.com>2018-10-26 17:06:45 +0200
committerMarc Cornellà <marc.cornella@live.com>2018-10-26 17:06:45 +0200
commitb3483109f54dbb0481fb0d6a491f2bf89f0f4cf8 (patch)
tree0a7faeb47fdda85d0a257dba1a2fa4eed7728abf /plugins/celery
parentc6b68707f95faabb31fcaabf55f5d78abc64fb19 (diff)
downloadzsh-b3483109f54dbb0481fb0d6a491f2bf89f0f4cf8.tar.gz
zsh-b3483109f54dbb0481fb0d6a491f2bf89f0f4cf8.tar.bz2
zsh-b3483109f54dbb0481fb0d6a491f2bf89f0f4cf8.zip
celery: add README (#7345)
Diffstat (limited to 'plugins/celery')
-rw-r--r--plugins/celery/README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/celery/README.md b/plugins/celery/README.md
new file mode 100644
index 000000000..d2597f702
--- /dev/null
+++ b/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)
+```