Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Allen authored Dec 19, 2018
1 parent 9a17574 commit 5158852
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,7 @@ _You'll find some information in the [rebar3 configuration][rebar3cfg] documenta

### Add The Plugin

The following addition to `rebar.config` makes the plugin available for use with your dependencies:

```erlang
{plugins, [
{rebar_raw_resource,
{git, "git://github.com/basho/rebar_raw_resource.git",
{branch, "master"}}}
]}.
```

This plugin is also available on [hex][hex], so this ought to work:
The following addition to `rebar.config` makes the plugin available for use with your dependencies. Since it is available on [hex][hex], this ought to work:

```
{plugins, [ rebar_raw_resource ] }.
Expand Down

0 comments on commit 5158852

Please sign in to comment.