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 bc5efb3..4353914 100644
--- a/guide/installation.html
+++ b/guide/installation.html
@@ -41,7 +41,7 @@ installed, in order to compile Erlang/OTP. Erlang/OTP may
have further requirements depending on your needs.</p><p>Some packages may require additional libraries.</p><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="_linux"></a>1.1.1. Linux</h3></div></div></div><p>The commands to install packages vary between distributions:</p><p><strong>Arch Linux. </strong>
</p><pre class="programlisting">$ pacman -Sy erlang git make</pre><p>
</p></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="_freebsd"></a>1.1.2. FreeBSD</h3></div></div></div><p>FreeBSD comes with binary and source packages:</p><p><strong>Install binary packages. </strong>
-</p><pre class="programlisting">$ pkg install erl git gmake</pre><p>
+</p><pre class="programlisting">$ pkg install erlang git gmake</pre><p>
</p></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="_os_x_and_macos"></a>1.1.3. OS X and macOS</h3></div></div></div><p>While Apple distributes their own GNU Make, their version is
very old and plagued with numerous bugs. It is recommended
to install a more recent version from either Homebrew or