diff options
author | Ruan Pienaar <[email protected]> | 2017-05-24 10:13:24 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2017-05-24 10:13:24 +0100 |
commit | 0ac86eba718c0996be209bd3a4683981b4650f19 (patch) | |
tree | d70ad3fefcff8876c59b1f4acaf1b5e795dfa166 | |
parent | e1562023218a12aad654e1fa430b1ca2cefe8844 (diff) | |
download | relx-0ac86eba718c0996be209bd3a4683981b4650f19.tar.gz relx-0ac86eba718c0996be209bd3a4683981b4650f19.tar.bz2 relx-0ac86eba718c0996be209bd3a4683981b4650f19.zip |
Update README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ To build relx and generate a standalone escript executable: $ ./rebar3 update $ ./rebar3 as escript escriptize -This creates the executable `_build/default/bin/relx`. +This creates the executable `_build/escript/bin/relx`. Building on Windows ------------------- |