Skip to content

Commit

Permalink
Readme modified for specifying as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
marutha committed Mar 19, 2013
1 parent eea4225 commit aea3c8a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Expand Up @@ -39,6 +39,16 @@ See
to learn how to delegate incoming Cowboy HTTP requests to the
JSON-RPC service dispatcher.

### Specifying as rebar dependency

To specify erlang-rfc4627 as dependency in your rebar config please use like below

```erlang
{deps, [
{'erlang-rfc4627', ".*", {git, "git://github.com/tonyg/erlang-rfc4627.git", "master"}}
]}.
```

## Running the example test service that comes with the source code

Included with the Erlang RFC4627 source code is a small Inets-based
Expand Down

0 comments on commit aea3c8a

Please sign in to comment.