diff options
author | Seth Falcon <[email protected]> | 2014-05-09 22:28:46 -0700 |
---|---|---|
committer | Seth Falcon <[email protected]> | 2014-05-09 22:28:46 -0700 |
commit | 91288096afe46a34aa8b74c7aaa940878ff51a99 (patch) | |
tree | d7b211518f0d6ad06b0400c487317d26ac257fcc | |
parent | 4c50cb6ab933cd08f51763f9a62436271d9962f5 (diff) | |
download | relx-91288096afe46a34aa8b74c7aaa940878ff51a99.tar.gz relx-91288096afe46a34aa8b74c7aaa940878ff51a99.tar.bz2 relx-91288096afe46a34aa8b74c7aaa940878ff51a99.zip |
Update README for required rebar version
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -31,7 +31,9 @@ To build relx and generate a standalone escript executable: This creates the executable `relx`. -Note, if using your own `rebar`, it must at least be > version [2.2.0](https://github.com/rebar/rebar/releases) +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. Building on Windows ------------------- |