diff options
author | Fred Hebert <mononcqc@ferd.ca> | 2015-07-16 09:36:14 -0400 |
---|---|---|
committer | Fred Hebert <mononcqc@ferd.ca> | 2015-07-16 09:36:14 -0400 |
commit | 88067b1b88e229290ff6e39e30ef680759de2e23 (patch) | |
tree | 99de25fe499f7c111ec69b3984fb344d977c97cf | |
parent | 296f8682944c0cb497aebc5d7e4198f6e0b0cd0c (diff) | |
parent | b5dbf7b951a7bed9292703f1e10ba3b21e95c57a (diff) |
Merge pull request #616 from qrilka/patch-1
Fixed erln8 link
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -117,7 +117,7 @@ format_error(Reason) -> Building -------- -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. +Recommended installation of [Erlang/OTP](http://www.erlang.org) is source built using [erln8](http://erln8.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 |