summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoui Chang <louipc.ist@gmail.com>2007-09-27 05:31:30 +0200
committerLoui Chang <louipc.ist@gmail.com>2007-09-27 05:31:30 +0200
commit5546779ad0ce7105770280c93e664a7edefbf573 (patch)
treea49ce3072abeb7c520dc5a7766e241811ce4dc30
parent830c8c6f557717745988f6e0daddc8fcb496f088 (diff)
downloadaur-5546779ad0ce7105770280c93e664a7edefbf573.tar.gz
aur-5546779ad0ce7105770280c93e664a7edefbf573.tar.xz
Changed web/README.txt to refer to offical git repo
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
-rw-r--r--web/README.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/web/README.txt b/web/README.txt
index aae2c690..09a0c286 100644
--- a/web/README.txt
+++ b/web/README.txt
@@ -1,7 +1,7 @@
Setup on ArchLinux:
===================
-1) Install Apache, MySQL, PHP, and Subversion
- # pacman -Sy apache mysql php subversion
+1) Install Apache, MySQL, PHP, and git
+ # pacman -Sy apache mysql php git
2) Set a local 'hostname' of 'aur'
- Edit /etc/hosts and append 'aur' to loopback address
@@ -31,9 +31,9 @@ Setup on ArchLinux:
- Edit /etc/php.ini and uncomment the mysql extension line:
extension=mysql.so
-5) Check out the AUR project (using the MYUSER from above)
+5) Clone the AUR project (using the MYUSER from above)
$ cd
- $ svn co https://xentac.net/svn/aur/trunk aur
+ $ git clone http://projects.archlinux.org/git/aur.git
6) Configure MySQL
- Connect to the mysql client