diff options
author | Florian Pritz <bluewind@xinu.at> | 2011-06-22 17:14:06 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2011-06-22 17:14:53 +0200 |
commit | f4c5081f929e0006ec6410b55f82800efc3e1f75 (patch) | |
tree | 741b8202b047eb3a18a5c78f6f1e69f4d74ba835 /web | |
parent | 0e9f8c0ff5a315814de3223e5987812fa3a81447 (diff) | |
download | aur-f4c5081f929e0006ec6410b55f82800efc3e1f75.tar.gz aur-f4c5081f929e0006ec6410b55f82800efc3e1f75.tar.xz |
README: fix pacman call
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'web')
-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 |