From c57c2dcd2484fec4bec3d97463ae5457ad6cb853 Mon Sep 17 00:00:00 2001 From: Tristan Sloughter Date: Sat, 28 Feb 2015 15:41:33 -0600 Subject: update erlydtl and switch to rebar3 --- README.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'README.md') 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 -- cgit v1.2.3