summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorErwan ROUSSEL <erwan.roussel51@gmail.com>2018-10-26 17:10:50 +0200
committerMarc Cornellà <marc.cornella@live.com>2018-10-26 17:10:50 +0200
commitf31ef2024dacc4c3a35e8486173fe9de3fcd67be (patch)
tree197c368679b9af3c5a9525bc5833304382735db3 /plugins
parentfcbfd75827e52cb11e40246735d2a8f43f861d1a (diff)
downloadzsh-f31ef2024dacc4c3a35e8486173fe9de3fcd67be.tar.gz
zsh-f31ef2024dacc4c3a35e8486173fe9de3fcd67be.tar.bz2
zsh-f31ef2024dacc4c3a35e8486173fe9de3fcd67be.zip
jake-node: add README (#7344)
Diffstat (limited to 'plugins')
-rw-r--r--plugins/jake-node/README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/jake-node/README.md b/plugins/jake-node/README.md
new file mode 100644
index 000000000..78ca8d85f
--- /dev/null
+++ b/plugins/jake-node/README.md
@@ -0,0 +1,9 @@
+# Jake
+
+This plugin provides completion for [Jake](http://jakejs.com/).
+
+To use it add jake-node to the plugins array in your zshrc file.
+
+```bash
+plugins=(... jake-node)
+```