Update README.md to include installation of Erlang applications (#391)

This commit is contained in:
David Bishai 2021-06-24 00:27:58 -05:00 committed by GitHub
parent ed072198d1
commit 1689dae71c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,6 +38,15 @@ We provide several distinct methods of running Livebook,
pick the one that best fits your use case.
You will need [Elixir v1.12](https://elixir-lang.org/install.html) or later.
Livebook also requires the following Erlang applications: `inets`,
`os_mon`, `runtime_tools`, and `ssl`. Those applications come with
most Erlang distributions but certain package manages may split
them apart. For example, on Ubuntu, these Erlang applications could
be installed as follows:
```shell
sudo apt install erlang-inets erlang-os-mon erlang-runtime-tools erlang-ssl
```
### Escript