aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorRuan Pienaar <[email protected]>2017-05-24 10:13:24 +0100
committerGitHub <[email protected]>2017-05-24 10:13:24 +0100
commit0ac86eba718c0996be209bd3a4683981b4650f19 (patch)
treed70ad3fefcff8876c59b1f4acaf1b5e795dfa166 /README.md
parente1562023218a12aad654e1fa430b1ca2cefe8844 (diff)
downloadrelx-0ac86eba718c0996be209bd3a4683981b4650f19.tar.gz
relx-0ac86eba718c0996be209bd3a4683981b4650f19.tar.bz2
relx-0ac86eba718c0996be209bd3a4683981b4650f19.zip
Update README.md
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 059ca90..728a210 100644
--- a/README.md
+++ b/README.md
@@ -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
-------------------