diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2024-02-23 07:05:40 +0100 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2024-02-23 07:05:40 +0100 |
commit | 05ae56e5e89abf2993f84e6d52b250131f247c35 (patch) | |
tree | 4c34452cc8449b8b49d17425c2c215fd7f02cb52 | |
parent | 14c709c5ccb7fd55721b765d5c26e0a3a4596f5e (diff) | |
download | erlang-workshop-05ae56e5e89abf2993f84e6d52b250131f247c35.tar.gz erlang-workshop-05ae56e5e89abf2993f84e6d52b250131f247c35.tar.bz2 erlang-workshop-05ae56e5e89abf2993f84e6d52b250131f247c35.tar.xz erlang-workshop-05ae56e5e89abf2993f84e6d52b250131f247c35.zip |
wip
-rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +# Installing Erlang + +Debian: + +```bash +apt install erlang # everything +apt install erlang-nox # everything without X +apt install rebar3 # depends on erlang +``` * https://www.erlang.org/downloads#prebuilt |