e30b39cfae
- ChangeLog https://github.com/elixir-lang/elixir/releases/tag/v1.20.0-rc.5 Sponsored by: SkunkWerks, GmbH
26 lines
548 B
Plaintext
26 lines
548 B
Plaintext
[
|
|
{ type: install
|
|
message: <<EOM
|
|
Elixir requires a compatible Erlang/OTP runtime. Ensure that you have
|
|
one of the following installed:
|
|
|
|
- lang/erlang-runtime29 or newer
|
|
|
|
Note that lang/erlang through lang/erlang-runtime28 are not compatible
|
|
with this build.
|
|
|
|
EOM
|
|
}
|
|
{ type: upgrade
|
|
message: <<EOM
|
|
Elixir requires a compatible Erlang/OTP runtime. Ensure that you have
|
|
one of the following installed, as you prefer:
|
|
|
|
- lang/erlang-runtime29 or newer
|
|
|
|
Note that lang/erlang through lang/erlang-runtime28 are not compatible
|
|
with this build.
|
|
EOM
|
|
}
|
|
]
|