aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Rascão <[email protected]>2017-05-24 10:39:58 +0100
committerGitHub <[email protected]>2017-05-24 10:39:58 +0100
commitf4aa9a414182b3c8c2da59887310281e4c9b4483 (patch)
treed70ad3fefcff8876c59b1f4acaf1b5e795dfa166
parente1562023218a12aad654e1fa430b1ca2cefe8844 (diff)
parent0ac86eba718c0996be209bd3a4683981b4650f19 (diff)
downloadrelx-f4aa9a414182b3c8c2da59887310281e4c9b4483.tar.gz
relx-f4aa9a414182b3c8c2da59887310281e4c9b4483.tar.bz2
relx-f4aa9a414182b3c8c2da59887310281e4c9b4483.zip
Merge pull request #592 from ruanpienaar/masterv3.23.0
Update 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
-------------------