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 5c0ab06 commit 94a9f11
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,10 @@ You can deactivate the environment at any time by running `deactivate`.
###### Install Erlang pre-requisites
```shell
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
```shell
Expand Down

0 comments on commit 94a9f11

Please sign in to comment.