diff options
author | Tristan Sloughter <[email protected]> | 2015-08-22 18:58:49 -0500 |
---|---|---|
committer | Tristan Sloughter <[email protected]> | 2015-08-22 18:58:49 -0500 |
commit | f9b94e79abe9a291b3112b11da1b70c92026a84a (patch) | |
tree | 63c87912e5852d5f4f93cf5da3e0e4e020d12495 /bootstrap.cmd | |
parent | 8ab821c7e713070e6cc5a15f557293027c10c7de (diff) | |
download | relx-f9b94e79abe9a291b3112b11da1b70c92026a84a.tar.gz relx-f9b94e79abe9a291b3112b11da1b70c92026a84a.tar.bz2 relx-f9b94e79abe9a291b3112b11da1b70c92026a84a.zip |
update readme to add run of 'rebar3 update' and to bootstrap
Diffstat (limited to 'bootstrap.cmd')
-rw-r--r-- | bootstrap.cmd | 1 |
1 files changed, 1 insertions, 0 deletions
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 |