diff options
author | Kirill Zaborsky <qrilka@gmail.com> | 2015-07-16 16:26:34 +0300 |
---|---|---|
committer | Kirill Zaborsky <qrilka@gmail.com> | 2015-07-16 16:26:34 +0300 |
commit | b5dbf7b951a7bed9292703f1e10ba3b21e95c57a (patch) | |
tree | 99de25fe499f7c111ec69b3984fb344d977c97cf | |
parent | 296f8682944c0cb497aebc5d7e4198f6e0b0cd0c (diff) |
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 |