elixir: update requirement

This commit is contained in:
Jack Nagel 2014-06-16 10:06:55 -05:00
parent b44d8351c6
commit 06c0e6af44

View file

@ -3,6 +3,7 @@ require 'formula'
class ErlangInstalled < Requirement
fatal true
env :userpaths
default_formula "erlang"
satisfy {
erl = which('erl') and begin
@ -15,7 +16,7 @@ class ErlangInstalled < Requirement
Erlang 17 is required to install.
You can install this with:
brew install erlang --devel
brew install erlang
Or you can use an official installer from:
http://www.erlang.org/