Skip to content

Commit

Permalink
rebar: add README (#8198)
Browse files Browse the repository at this point in the history
  • Loading branch information
zwhitten authored and mcornella committed Oct 3, 2019
1 parent d9bb732 commit c60371a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions 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)
```

0 comments on commit c60371a

Please sign in to comment.