aboutsummaryrefslogtreecommitdiffstats
path: root/guide/installation.html
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2016-10-25 14:57:58 +0300
committerLoïc Hoguin <[email protected]>2016-10-25 14:57:58 +0300
commit8cb709059c22eaba7fdf66dee1674c4cf790e87d (patch)
tree85bf550a118b9645c29aca1e549d58bf03d8258d /guide/installation.html
parent2dc958105cd9aef41872ba605e09aab55ffb4856 (diff)
downloaderlang.mk-8cb709059c22eaba7fdf66dee1674c4cf790e87d.tar.gz
erlang.mk-8cb709059c22eaba7fdf66dee1674c4cf790e87d.tar.bz2
erlang.mk-8cb709059c22eaba7fdf66dee1674c4cf790e87d.zip
Update user guide
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