Erlang installation with kerl from git tag

Here is the kerl for tag on github instead of releases. I’ve needed several time and wrote again ‘n again. Here is the note myself;

OTP_VERSION=24.0.6 && kerl build git https://github.com/erlang/otp.git OTP-${OTP_VERSION} ${OTP_VERSION} && kerl install ${OTP_VERSION} ~/.kerl/${OTP_VERSION}
Share