summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorLukas Fleischer <lfleischer@archlinux.org>2017-01-09 01:14:29 +0100
committerLukas Fleischer <lfleischer@archlinux.org>2017-01-12 08:35:15 +0100
commitecfa54e4928b61aeeedb43b341afa0bd802dea09 (patch)
tree6ded79f5d8d04c0c5e7dad238dcd6f10d2fc673b /INSTALL
parenteb4ba5cfdbaab8d649406571f6c0c89869303d20 (diff)
downloadaur-ecfa54e4928b61aeeedb43b341afa0bd802dea09.tar.gz
aur-ecfa54e4928b61aeeedb43b341afa0bd802dea09.tar.xz
INSTALL: Refer to the AUR backend as aurweb
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index 95cac4cf..bad80de3 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,7 +1,7 @@
Setup on Arch Linux
===================
-1) Clone the AUR project:
+1) Clone the aurweb project:
$ cd /srv/http/
$ git clone git://git.archlinux.org/aurweb.git
@@ -33,7 +33,7 @@ Setup on Arch Linux
3) Copy conf/config.proto to /etc/aurweb/config and adjust the configuration
(pay attention to disable_http_login, enable_maintenance and aur_location).
-4) Create a new MySQL database and a user and import the AUR SQL schema:
+4) Create a new MySQL database and a user and import the aurweb SQL schema:
$ mysql -uaur -p AUR </srv/http/aurweb/schema/aur-schema.sql