Hi,
I had a thought: the most common use case for kerl is to install various versions of Erlang, why not make that really simple to do by removing some of the 'extra' steps? For example:
kerl build-install git https://github.com/erlang/otp.git OTP-17.1.2 17.1.2
Builds and installs in .kerl/installations/17.1.2/
Hi,
I had a thought: the most common use case for kerl is to install various versions of Erlang, why not make that really simple to do by removing some of the 'extra' steps? For example:
Builds and installs in .kerl/installations/17.1.2/