Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 322 Bytes

erlang.md

File metadata and controls

40 lines (27 loc) · 322 Bytes

Erlang

CLI

Installation

Homebrew

brew install erlang

APT

sudo apt update
sudo DEBIAN_FRONTEND=noninteractive apt -y install erlang

APT

yum check-update

# Repo: EPEL
sudo yum -y install erlang

Commands

erl -man

Usage

# REPL
erl