Update README.md
This commit is contained in:
parent
b8ba469754
commit
5c4a1c71d3
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
@ -48,6 +48,16 @@ for the overview or [migrating from 1.x](#migrating) for the details
|
||||||
|
|
||||||
## quickstart ##
|
## quickstart ##
|
||||||
|
|
||||||
|
#### to add to a rebar3 project ####
|
||||||
|
Add to `rebar.config`
|
||||||
|
```erlang
|
||||||
|
{erl_opts, [debug_info]}.
|
||||||
|
{deps, [
|
||||||
|
elli,
|
||||||
|
{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 ####
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue