From 5c4a1c71d332335ab59642e0d7809027792742b2 Mon Sep 17 00:00:00 2001 From: Tyler Weir Date: Wed, 15 Jun 2016 15:49:15 -0400 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index a20b7c2..0433858 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,16 @@ for the overview or [migrating from 1.x](#migrating) for the details ## 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 #### ```bash