diff options
author | Fred Hebert <mononcqc@ferd.ca> | 2017-11-16 12:32:18 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-16 12:32:18 -0500 |
commit | 9d050dd2bf014a2d7a2890d19ff2b396ed27a4f5 (patch) | |
tree | 54cff98818eeecee1820f6cf0cb8c54d12a3976a | |
parent | 387b89a4cede139601cb517783e7cc97a3b917fd (diff) | |
parent | d72e6ddf3b85109cd074ff743a9714b5b7d0850a (diff) |
Merge pull request #1658 from ferd/fix-install-readme
We no longer build the nightlies, just stables
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -81,7 +81,8 @@ $ ./rebar3 local install ``` To keep it up to date after you've installed rebar3 this way you can use `rebar3 local upgrade` which -fetches the latest nightly and extracts to the same place as above. +fetches the latest stable release and extracts to the same place as above. A [nightly version can +also be obtained](https://s3.amazonaws.com/rebar3-nightly/rebar3) if desired. Rebar3 may also be available on various OS-specific package managers such as FreeBSD Ports. Those are maintained by the community and Rebar3 maintainers |