diff options
Diffstat (limited to 'Library/Formula/elixir.rb')
| -rw-r--r-- | Library/Formula/elixir.rb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Library/Formula/elixir.rb b/Library/Formula/elixir.rb index dbd9c9e6b..26a44d6d8 100644 --- a/Library/Formula/elixir.rb +++ b/Library/Formula/elixir.rb @@ -2,15 +2,16 @@ require 'formula' class ErlangInstalled < Requirement fatal true - default_formula 'erlang' satisfy { which 'erl' } def message; <<-EOS.undent - Erlang is required to install. + Erlang R16 is required to install. You can install this with: - brew install erlang + brew tap homebrew/versions + brew unlink erlang + brew install erlang-r16 Or you can use an official installer from: http://www.erlang.org/ |
