Browse Source

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
derwinlu 8 years ago
parent
commit
e0ebd0a1f3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/src/guide/installation.asciidoc

+ 1 - 1
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