aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSeth Falcon <[email protected]>2014-05-09 22:28:46 -0700
committerSeth Falcon <[email protected]>2014-05-09 22:28:46 -0700
commit91288096afe46a34aa8b74c7aaa940878ff51a99 (patch)
treed7b211518f0d6ad06b0400c487317d26ac257fcc /README.md
parent4c50cb6ab933cd08f51763f9a62436271d9962f5 (diff)
downloadrelx-91288096afe46a34aa8b74c7aaa940878ff51a99.tar.gz
relx-91288096afe46a34aa8b74c7aaa940878ff51a99.tar.bz2
relx-91288096afe46a34aa8b74c7aaa940878ff51a99.zip
Update README for required rebar version
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 47fe83f..a821622 100644
--- a/README.md
+++ b/README.md
@@ -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
-------------------