From f9b94e79abe9a291b3112b11da1b70c92026a84a Mon Sep 17 00:00:00 2001 From: Tristan Sloughter Date: Sat, 22 Aug 2015 18:58:49 -0500 Subject: update readme to add run of 'rebar3 update' and to bootstrap --- README.md | 1 + bootstrap.cmd | 1 + rebar.lock | 4 ++-- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f557c4f..b9e1073 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ Building To build relx and generate a standalone escript executable: + $ ./rebar3 update $ ./rebar3 escriptize This creates the executable `_build/default/bin/relx`. diff --git a/bootstrap.cmd b/bootstrap.cmd index 487157d..4deb2a3 100644 --- a/bootstrap.cmd +++ b/bootstrap.cmd @@ -2,6 +2,7 @@ :: Requires rebar3 :: Get dependencies, compile and escriptize relx +@cmd /c @rebar3 update @cmd /c @rebar3 escriptize :: Create a shortcut file for running the relx command diff --git a/rebar.lock b/rebar.lock index 74bbb41..a5f7155 100644 --- a/rebar.lock +++ b/rebar.lock @@ -1,4 +1,4 @@ [{<<"bbmustache">>,{pkg,<<"bbmustache">>,<<"1.0.3">>},0}, - {<<"providers">>,{pkg,<<"providers">>,<<"1.4.1">>},0}, {<<"erlware_commons">>,{pkg,<<"erlware_commons">>,<<"0.15.0">>},0}, - {<<"getopt">>,{pkg,<<"getopt">>,<<"0.8.2">>},0}]. + {<<"getopt">>,{pkg,<<"getopt">>,<<"0.8.2">>},0}, + {<<"providers">>,{pkg,<<"providers">>,<<"1.4.1">>},0}]. -- cgit v1.2.3 From 5f564b72efe9d41daa6d2ebe9cf17ad946be977c Mon Sep 17 00:00:00 2001 From: Tristan Sloughter Date: Sat, 22 Aug 2015 18:59:19 -0500 Subject: update rebar3 --- rebar3 | Bin 358693 -> 516921 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/rebar3 b/rebar3 index 4b9a893..992eb02 100755 Binary files a/rebar3 and b/rebar3 differ -- cgit v1.2.3