diff options
author | rheza <[email protected]> | 2017-10-07 14:48:29 +0700 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2017-10-07 11:07:56 +0200 |
commit | 1e2ab259cf6642718db9d1a6ffbe1b10fe935172 (patch) | |
tree | 34126587968afbc08b13c4ce74d1519e8f39dbb3 | |
parent | ee17170d420fea9187da8ccb5483c5411e377d86 (diff) | |
download | erlang.mk-1e2ab259cf6642718db9d1a6ffbe1b10fe935172.tar.gz erlang.mk-1e2ab259cf6642718db9d1a6ffbe1b10fe935172.tar.bz2 erlang.mk-1e2ab259cf6642718db9d1a6ffbe1b10fe935172.zip |
docs: use `make` instead of deprecated homebrew `homebrew/dupes/mak`
-rw-r--r-- | doc/src/guide/installation.asciidoc | 2 |
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. |