summaryrefslogtreecommitdiff
path: root/INSTALL.Unix.md
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL.Unix.md')
-rw-r--r--INSTALL.Unix.md12
1 files changed, 3 insertions, 9 deletions
diff --git a/INSTALL.Unix.md b/INSTALL.Unix.md
index 3ebad6ec9..643dddbbe 100644
--- a/INSTALL.Unix.md
+++ b/INSTALL.Unix.md
@@ -61,15 +61,9 @@ Debian-based Systems
You can install the dependencies by running:
- sudo apt-get install build-essential erlang-base \
- erlang-dev erlang-manpages erlang-eunit erlang-nox \
- libicu-dev libmozjs185-dev libcurl4-openssl-dev \
- pkg-config
-
-There are lots of Erlang packages. If there is a problem with your
-install, try a different mix. There is more information on the
-wiki. Additionally, you might want to install some of the optional
-Erlang tools which may also be useful.
+ sudo apt-get --no-install-recommends -y install \
+ build-essential pkg-config erlang \
+ libicu-dev libmozjs185-dev libcurl4-openssl-dev
Be sure to update the version numbers to match your system's available
packages.