From e0ebd0a1f395dc8b9813b490fc7b0104942f0927 Mon Sep 17 00:00:00 2001 From: derwinlu Date: Mon, 23 Jan 2017 15:48:41 +0100 Subject: 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 --- doc/src/guide/installation.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3