aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorTristan Sloughter <[email protected]>2015-08-22 18:58:49 -0500
committerTristan Sloughter <[email protected]>2015-08-22 18:58:49 -0500
commitf9b94e79abe9a291b3112b11da1b70c92026a84a (patch)
tree63c87912e5852d5f4f93cf5da3e0e4e020d12495 /README.md
parent8ab821c7e713070e6cc5a15f557293027c10c7de (diff)
downloadrelx-f9b94e79abe9a291b3112b11da1b70c92026a84a.tar.gz
relx-f9b94e79abe9a291b3112b11da1b70c92026a84a.tar.bz2
relx-f9b94e79abe9a291b3112b11da1b70c92026a84a.zip
update readme to add run of 'rebar3 update' and to bootstrap
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 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`.