Files
ports/lang/elixir-devel/pkg-message
T
2026-01-26 13:17:18 +00:00

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-runtime28 or newer
Note that lang/erlang through lang/erlang-runtime26 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-runtime28 or newer
Note that lang/erlang through lang/erlang-runtime26 are not compatible
with this build.
EOM
}
]