diff options
author | Fred Hebert <mononcqc@ferd.ca> | 2017-01-28 22:01:35 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-28 22:01:35 -0500 |
commit | a042047ca54933b36616a42b8fdd4267d6f8cbcd (patch) | |
tree | b206dc957a7b91f33d711a38b4e98e0052dad6c2 | |
parent | 9f4017f6d3c1fef1b05b45476e66a18a3ea31913 (diff) | |
parent | 2dc8a545bc729a92af9c2d39574fbe999c8542ab (diff) |
Merge pull request #1459 from ferd/fix-nightly-readme-note
The stable URL is for stable releases since 3.0.0
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -56,7 +56,7 @@ best experience you can get. A [getting started guide is maintained on the official documentation website](http://www.rebar3.org/docs/getting-started), but installing rebar3 can be done by any of the ways described below -Nightly compiled version: +Latest stable compiled version: ```bash $ wget https://s3.amazonaws.com/rebar3/rebar3 && chmod +x rebar3 ``` @@ -69,7 +69,7 @@ $ cd rebar3 $ ./bootstrap ``` -Stable versions can be obtained from the [releases page](https://github.com/erlang/rebar3/releases). +Stable versions can also be obtained from the [releases page](https://github.com/erlang/rebar3/releases). The rebar3 escript can also extract itself with a run script under the user's home directory: |