Skip to content
This repository has been archived by the owner on Jul 15, 2020. It is now read-only.

Commit

Permalink
Formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
oubiwann committed Jun 19, 2015
1 parent f84fb20 commit 0389702
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,13 @@ Use

Add the plugin to your rebar config:

```erlang
{plugins, [
{'lfe-compile', ".*", {git, "https://github.com/oubiwann/lfe-compile.git", {tag, "0.1.0"}}}
{'lfe-compile', ".*",
{git, "https://github.com/oubiwann/lfe-compile.git", {tag, "0.1.0"}}}
]}.

```

Then just call your plugin directly in an existing application:

```bash
Expand Down

0 comments on commit 0389702

Please sign in to comment.