1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-05 06:35:42 +02:00
tldr/pages/common/kerl.md
ARK 288a25729f
kerl: add page (#17274)
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
2025-07-20 04:55:59 +03:00

533 B

kerl

Build and install Erlang/OTP instances with ease. More information: https://github.com/kerl/kerl.

  • Build and install an Erlang/OTP version in a directory:

kerl build-install {{28.0}} {{28.0}} {{path/to/installation_directory}}/{{28.0}}

  • Activate an Erlang/OTP installation:

. {{path/to/installation}}/activate

  • Deactivate the current Erlang/OTP installation:

kerl_deactivate

  • List all available Erlang/OTP releases:

kerl list releases

  • List installed Erlang/OTP builds:

kerl list installations