Skip to content

Commit

Permalink
Added note about dep addition.
Browse files Browse the repository at this point in the history
  • Loading branch information
oubiwann committed Nov 29, 2023
1 parent 3c8f3c0 commit dba6ed0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,14 @@ rebar3 as test ltest

## Usage [↟](#table-of-contents)

Add to your `rebar.config` file:

``` erlang
{deps, [
{bombadil, "0.4.0", {pkg, toml_bombadil}}
]}.
```

Read a TOML file, parse its contents, and convert the parsed data to an Erlang
map:

Expand Down

0 comments on commit dba6ed0

Please sign in to comment.