aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorTristan Sloughter <[email protected]>2015-02-28 15:41:33 -0600
committerTristan Sloughter <[email protected]>2015-04-17 09:59:43 -0500
commitc57c2dcd2484fec4bec3d97463ae5457ad6cb853 (patch)
tree42e0003ae84e6004313fe3afbf357ea076fb6dd3 /README.md
parentf9c074798872d119b603dd977a946f6ad1021ba0 (diff)
downloadrelx-c57c2dcd2484fec4bec3d97463ae5457ad6cb853.tar.gz
relx-c57c2dcd2484fec4bec3d97463ae5457ad6cb853.tar.bz2
relx-c57c2dcd2484fec4bec3d97463ae5457ad6cb853.zip
update erlydtl and switch to rebar3
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 4 insertions, 8 deletions
diff --git a/README.md b/README.md
index 672290f..a73fc29 100644
--- a/README.md
+++ b/README.md
@@ -27,19 +27,15 @@ Building
To build relx and generate a standalone escript executable:
- $ make
+ $ ./rebar3 escriptize
-This creates the executable `relx`.
-
-Note, if using your own `rebar`, it must at least be > version
-2.2.0-20-g6e24cd6. Unfortunately, the 2.2.0 release of rebar is not
-sufficient.
+This creates the executable `_build/default/relx`.
Building on Windows
-------------------
-To build relx on Windows you'll need to have rebar installed and the path to
-the rebar binary added to the `PATH` environment variable. To start the build
+To build relx on Windows you'll need to have rebar3 installed and the path to
+the rebar3 binary added to the `PATH` environment variable. To start the build
use the `bootstrap` batch file:
c:\> bootstrap