diff options
author | Fred Hebert <mononcqc@ferd.ca> | 2015-05-20 15:58:57 -0400 |
---|---|---|
committer | Fred Hebert <mononcqc@ferd.ca> | 2015-05-20 15:58:57 -0400 |
commit | ff071a8df12d0a7bf57ecd4c28b8a18955f74ec5 (patch) | |
tree | c9b56f130b50be9c1bb3a5f9592d75ab4cf0bd6a | |
parent | 8c6af888b208fc9151bbf37c4d85334d67554dd4 (diff) | |
parent | 7dce68264b67c0e07f7f5b9e58e3894d3b9a24db (diff) |
Merge pull request #454 from tsloughter/readme_source
update readme building instructions to prefer source
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -110,7 +110,7 @@ format_error(Reason) -> Building -------- -Recommended installation of [Erlang/OTP](http://www.erlang.org) is binary packages from [Erlang Solutions](https://www.erlang-solutions.com/downloads/download-erlang-otp). For source it is recommended you use [erln8](http://metadave.github.io/erln8/) or [kerl](https://github.com/yrashk/kerl). +Recommended installation of [Erlang/OTP](http://www.erlang.org) is source built using [erln8](http://metadave.github.io/erln8/) or [kerl](https://github.com/yrashk/kerl). For binary packages use those provided by [Erlang Solutions](https://www.erlang-solutions.com/downloads/download-erlang-otp), but be sure to choose the "Standard" download option or you'll have issues building projects. ### Dependencies |