aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderwinlu <[email protected]>2017-01-23 15:48:41 +0100
committerLoïc Hoguin <[email protected]>2017-02-08 16:53:23 +0100
commite0ebd0a1f395dc8b9813b490fc7b0104942f0927 (patch)
tree71ef5afe93464d8279cbc815f2837c3e818a73c6
parentb8becc64eaa94290e8f325116fc16f62736141c5 (diff)
downloaderlang.mk-e0ebd0a1f395dc8b9813b490fc7b0104942f0927.tar.gz
erlang.mk-e0ebd0a1f395dc8b9813b490fc7b0104942f0927.tar.bz2
erlang.mk-e0ebd0a1f395dc8b9813b490fc7b0104942f0927.zip
Fix Archlinux Installation Instructions
Suggesting -Sy is a terrible idea[1]. This commit replaces it with -S which is the default on how packages should be added on Archlinux. Resolves #662. [1]: https://bbs.archlinux.org/viewtopic.php?id=89328
-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 f3a52cf..a1e5fd3 100644
--- a/doc/src/guide/installation.asciidoc
+++ b/doc/src/guide/installation.asciidoc
@@ -22,7 +22,7 @@ The commands to install packages vary between distributions:
.Arch Linux
[source,bash]
-$ pacman -Sy erlang git make
+$ pacman -S erlang git make
==== FreeBSD