aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorrheza <[email protected]>2017-10-07 14:48:29 +0700
committerLoïc Hoguin <[email protected]>2017-10-07 11:07:56 +0200
commit1e2ab259cf6642718db9d1a6ffbe1b10fe935172 (patch)
tree34126587968afbc08b13c4ce74d1519e8f39dbb3 /doc
parentee17170d420fea9187da8ccb5483c5411e377d86 (diff)
downloaderlang.mk-1e2ab259cf6642718db9d1a6ffbe1b10fe935172.tar.gz
erlang.mk-1e2ab259cf6642718db9d1a6ffbe1b10fe935172.tar.bz2
erlang.mk-1e2ab259cf6642718db9d1a6ffbe1b10fe935172.zip
docs: use `make` instead of deprecated homebrew `homebrew/dupes/mak`
Diffstat (limited to 'doc')
-rw-r--r--doc/src/guide/installation.asciidoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/guide/installation.asciidoc b/doc/src/guide/installation.asciidoc
index fcf6491..bd191ef 100644
--- a/doc/src/guide/installation.asciidoc
+++ b/doc/src/guide/installation.asciidoc
@@ -43,7 +43,7 @@ MacPorts:
.Homebrew
[source,bash]
-$ brew install erlang git homebrew/dupes/make
+$ brew install erlang git make
Homebrew installs GNU Make as `gmake`. The `make` command
is the one provided by Apple.