Skip to content

Commit

Permalink
Update for issue 3124
Browse files Browse the repository at this point in the history
update for issue #3124
  • Loading branch information
schandrika authored Oct 4, 2023
1 parent 94a9f11 commit 2abeeb1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/source/introduction/platform-install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,9 @@ Install Erlang pre-requisites
+++++++++++++++++++++++++++++
.. code-block:: bash
sudo apt-get update
sudo apt-get install -y gnupg apt-transport-https libsctp1
sudo apt-get install -y gnupg apt-transport-https libsctp1 libncurses5
Please note there could be other pre-requisites that erlang requires based on the version of Erlang and OS. If there are other pre-requisites required, install of erlang should fail with appropriate error message.

Purge previous versions of Erlang
+++++++++++++++++++++++++++++++++
Expand Down

0 comments on commit 2abeeb1

Please sign in to comment.