aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorTristan Sloughter <[email protected]>2017-03-14 09:20:03 -0700
committerGitHub <[email protected]>2017-03-14 09:20:03 -0700
commitd64be0acf966c25a68fce6b37788ff3fb8a5373b (patch)
tree8bce266b189d587c32313d7a8047d705b8571771 /README.md
parent87faa210dd6a5589ff86a9cc6992a413022feea7 (diff)
parent7aa3c7e15781e74c69942c02f22db3fd5a1a26af (diff)
downloadrelx-d64be0acf966c25a68fce6b37788ff3fb8a5373b.tar.gz
relx-d64be0acf966c25a68fce6b37788ff3fb8a5373b.tar.bz2
relx-d64be0acf966c25a68fce6b37788ff3fb8a5373b.zip
Merge pull request #575 from lrascao/feature/no_debug_info
Don't drop debug info on default build
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b9e1073..059ca90 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,7 @@ Building
To build relx and generate a standalone escript executable:
$ ./rebar3 update
- $ ./rebar3 escriptize
+ $ ./rebar3 as escript escriptize
This creates the executable `_build/default/bin/relx`.