diff options
author | Fred Hebert <mononcqc@ferd.ca> | 2015-06-29 08:47:25 -0400 |
---|---|---|
committer | Fred Hebert <mononcqc@ferd.ca> | 2015-06-29 08:47:25 -0400 |
commit | 4f981061f3ed3a89c2f1fad41601d8adaff9ecc5 (patch) | |
tree | 9f1be9f47d43a33469a32dbf744e110a1b836556 /README.md | |
parent | 9803bb93fab58f3c7e4fe26af3294b15ed55cfca (diff) | |
parent | 4e410b6d6ec1a1c23edcaeee67192be982097cad (diff) |
Merge pull request #558 from tsloughter/beta-1
update contributing, readme and app.src for beta-1
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 13 |
1 files changed, 2 insertions, 11 deletions
@@ -11,21 +11,13 @@ embed directly in a project. Where possible, rebar uses standard Erlang/OTP conventions for project structures, thus minimizing the amount of build configuration work. rebar also provides dependency management, enabling application writers to easily re-use common libraries from a variety of -locations (git, hg, etc). +locations ([hex.pm](http://hex.pm), git, hg, etc). -3.0 Alpha-6 +3.0 Beta-1 ==== [DOCUMENTATION](http://www.rebar3.org/v3.0/docs) -This is a preliminary branch, considered to be alpha, and still -very unstable. Use at your own risk, but please do report bugs -and issues encountered and we'll try to resolve problems as -soon as possible. - -Compatibility with rebar 2.0 has been broken, and features removed to -limit scope. - ### Commands | Command | Description | @@ -144,7 +136,6 @@ $ ./rebar3 escriptize $ _build/default/bin/rebar3 ``` - Contributing to rebar ===================== |