From 9532348bce33e645a48eca6e29b780636e2deab7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonatan=20K=C5=82osko?= Date: Fri, 12 Nov 2021 12:39:58 +0100 Subject: [PATCH] Update the list of Ubuntu packages with necessary Erlang applications (#704) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2a9070d76..f3f60c836 100644 --- a/README.md +++ b/README.md @@ -50,13 +50,13 @@ pick the one that best fits your use case. You can run Livebook on your own machine. 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 managers may split +`os_mon`, `runtime_tools`, `ssl` and `xmerl`. Those applications come +with most Erlang distributions but certain package managers 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 +sudo apt install erlang-inets erlang-os-mon erlang-runtime-tools erlang-ssl erlang-xmerl erlang-dev erlang-parsetools ``` #### Escript