diff options
author | Florian Pritz <bluewind@xinu.at> | 2011-06-22 21:36:40 +0200 |
---|---|---|
committer | Lukas Fleischer <archlinux@cryptocrack.de> | 2011-06-25 11:29:55 +0200 |
commit | 9c65ad3aa240bd1ca53823a4a6ce22b3aa079735 (patch) | |
tree | 27b22ed5ed41f87116aa61bfe3cc0706543a8916 /web/README | |
parent | 3c110b13b591308cb42767c9cdf7262c11ea3778 (diff) | |
download | aurweb-9c65ad3aa240bd1ca53823a4a6ce22b3aa079735.tar.xz |
README: fix pacman call
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
Diffstat (limited to 'web/README')
-rw-r--r-- | web/README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ Setup on Arch Linux: ==================== 1) Install Apache, MySQL, PHP, and git - # pacman -Sy apache mysql php git + # pacman -Syu apache mysql php git 2) Set a local 'hostname' of 'aur' - Edit /etc/hosts and append 'aur' to loopback address |