summaryrefslogtreecommitdiff
path: root/plugins/rebar
diff options
context:
space:
mode:
authorZach Whitten <zwhitten+github@gmail.com>2019-10-03 07:52:50 -0400
committerMarc Cornellà <marc.cornella@live.com>2019-10-03 13:52:50 +0200
commitc60371a829901cde3322c18c6d35e88ddd9bc1f3 (patch)
tree72db15be7b95969dc88c89d96f9afda2dd770616 /plugins/rebar
parentd9bb732eac5a734ee662034873b9dbdea84d1184 (diff)
downloadzsh-c60371a829901cde3322c18c6d35e88ddd9bc1f3.tar.gz
zsh-c60371a829901cde3322c18c6d35e88ddd9bc1f3.tar.bz2
zsh-c60371a829901cde3322c18c6d35e88ddd9bc1f3.zip
rebar: add README (#8198)
Diffstat (limited to 'plugins/rebar')
-rw-r--r--plugins/rebar/README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/rebar/README.md b/plugins/rebar/README.md
new file mode 100644
index 000000000..456ba45c7
--- /dev/null
+++ b/plugins/rebar/README.md
@@ -0,0 +1,9 @@
+# rebar plugin
+
+This plugin adds completions for the [rebar](https://www.rebar3.org/) Erlang build tool.
+
+To use it, add `rebar` to the plugins array in your zshrc file:
+
+```zsh
+plugins=(... rebar)
+```