aboutsummaryrefslogtreecommitdiffstats
path: root/guide/installation.html
diff options
context:
space:
mode:
Diffstat (limited to 'guide/installation.html')
-rw-r--r--guide/installation.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/guide/installation.html b/guide/installation.html
index d4228b4..283c3bf 100644
--- a/guide/installation.html
+++ b/guide/installation.html
@@ -46,7 +46,7 @@ have further requirements depending on your needs.</p><p>Some packages may requi
very old and plagued with numerous bugs. It is recommended
to install a more recent version from either Homebrew or
MacPorts:</p><p><strong>Homebrew. </strong>
-</p><pre class="programlisting">$ brew install erlang git homebrew/dupes/make</pre><p>
+</p><pre class="programlisting">$ brew install erlang git make</pre><p>
</p><p>Homebrew installs GNU Make as <code class="literal">gmake</code>. The <code class="literal">make</code> command
is the one provided by Apple.</p><p><strong>MacPorts. </strong>
</p><pre class="programlisting">$ sudo port install erlang git gmake</pre><p>