aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap.cmd
diff options
context:
space:
mode:
authorTristan Sloughter <[email protected]>2015-02-28 15:41:33 -0600
committerTristan Sloughter <[email protected]>2015-04-17 09:59:43 -0500
commitc57c2dcd2484fec4bec3d97463ae5457ad6cb853 (patch)
tree42e0003ae84e6004313fe3afbf357ea076fb6dd3 /bootstrap.cmd
parentf9c074798872d119b603dd977a946f6ad1021ba0 (diff)
downloadrelx-c57c2dcd2484fec4bec3d97463ae5457ad6cb853.tar.gz
relx-c57c2dcd2484fec4bec3d97463ae5457ad6cb853.tar.bz2
relx-c57c2dcd2484fec4bec3d97463ae5457ad6cb853.zip
update erlydtl and switch to rebar3
Diffstat (limited to 'bootstrap.cmd')
-rw-r--r--bootstrap.cmd4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap.cmd b/bootstrap.cmd
index cff8483..487157d 100644
--- a/bootstrap.cmd
+++ b/bootstrap.cmd
@@ -1,8 +1,8 @@
:: A script to build relx on Windows
-:: Requires rebar
+:: Requires rebar3
:: Get dependencies, compile and escriptize relx
-@cmd /c @rebar -r get-deps compile escriptize
+@cmd /c @rebar3 escriptize
:: Create a shortcut file for running the relx command
@set relx_cmd=relx.cmd