aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/src/guide/installation.asciidoc5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/src/guide/installation.asciidoc b/doc/src/guide/installation.asciidoc
index 254b461..0c21fb0 100644
--- a/doc/src/guide/installation.asciidoc
+++ b/doc/src/guide/installation.asciidoc
@@ -5,8 +5,9 @@
Erlang.mk requires GNU Make to be installed. While it will
currently work with GNU Make 3.81, support for this version
-is deprecated and will be removed in 2017. We recommend
-GNU Make 4.1 or later.
+is deprecated and will be removed in the future. We recommend
+GNU Make 4.2 or later (especially if you want to benefit
+from parallel builds via the `-j` flag).
Git and Erlang/OTP must also be installed.