Update README.md
This commit is contained in:
parent
5c4a1c71d3
commit
5f81cf5538
1 changed files with 3 additions and 1 deletions
|
@ -51,11 +51,13 @@ for the overview or [migrating from 1.x](#migrating) for the details
|
||||||
#### to add to a rebar3 project ####
|
#### to add to a rebar3 project ####
|
||||||
Add to `rebar.config`
|
Add to `rebar.config`
|
||||||
```erlang
|
```erlang
|
||||||
|
...
|
||||||
{erl_opts, [debug_info]}.
|
{erl_opts, [debug_info]}.
|
||||||
{deps, [
|
{deps, [
|
||||||
elli,
|
...
|
||||||
{jsx, {git, "https://github.com/talentdeficit/jsx.git", {branch, "v2.8.0"}}}
|
{jsx, {git, "https://github.com/talentdeficit/jsx.git", {branch, "v2.8.0"}}}
|
||||||
]}.
|
]}.
|
||||||
|
...
|
||||||
```
|
```
|
||||||
|
|
||||||
#### to build the library and run tests ####
|
#### to build the library and run tests ####
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue