change rebar formatting in quickstart
This commit is contained in:
parent
2041d91231
commit
3c15c0fd8c
1 changed files with 14 additions and 2 deletions
|
@ -8,7 +8,7 @@ jsx is released under the terms of the [MIT][MIT] license
|
|||
|
||||
jsx uses [rebar][rebar] for it's build chain
|
||||
|
||||
[](http://travis-ci.org/talentdeficit/jsx)
|
||||
[](http://travis-ci.org/talentdeficit/jsx)
|
||||
|
||||
|
||||
## index ##
|
||||
|
@ -30,7 +30,19 @@ jsx uses [rebar][rebar] for it's build chain
|
|||
|
||||
## <a name="quickstart">quickstart</a> ##
|
||||
|
||||
to build the library: `rebar compile`
|
||||
to build the library
|
||||
|
||||
```bash
|
||||
tanga:jsx alisdair$ rebar compile
|
||||
==> jsx (compile)
|
||||
Compiled src/jsx_verify.erl
|
||||
Compiled src/jsx_utils.erl
|
||||
Compiled src/jsx_to_term.erl
|
||||
Compiled src/jsx_to_json.erl
|
||||
Compiled src/jsx.erl
|
||||
Compiled src/jsx_encoder.erl
|
||||
Compiled src/jsx_decoder.erl
|
||||
```
|
||||
|
||||
to convert a utf8 binary containing a json string into an erlang term
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue