elixir: update requirement
This commit is contained in:
parent
b44d8351c6
commit
06c0e6af44
1 changed files with 2 additions and 1 deletions
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue