diff options
-rw-r--r-- | README.md | 1 | ||||
-rw-r--r-- | bootstrap.cmd | 1 | ||||
-rw-r--r-- | rebar.lock | 4 | ||||
-rwxr-xr-x | rebar3 | bin | 358693 -> 516921 bytes |
4 files changed, 4 insertions, 2 deletions
@@ -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 @@ -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}]. Binary files differ |