diff options
author | Callan Barrett <wizzomafizzo@gmail.com> | 2008-06-13 22:12:46 +0200 |
---|---|---|
committer | Callan Barrett <wizzomafizzo@gmail.com> | 2008-06-13 22:15:51 +0200 |
commit | f5204ee18dc25626753491e4577ee8e95ab3ea44 (patch) | |
tree | e5cca6dc58c29c32e758467601e0d04224489071 /web | |
parent | f735ece7e1b53cdbd21829ffd885e7db75c78fb5 (diff) | |
download | aur-f5204ee18dc25626753491e4577ee8e95ab3ea44.tar.gz aur-f5204ee18dc25626753491e4577ee8e95ab3ea44.tar.xz |
Added steps to install PEAR module in readme
Signed-off-by: Callan Barrett <wizzomafizzo@gmail.com>
Diffstat (limited to 'web')
-rw-r--r-- | web/README.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/web/README.txt b/web/README.txt index b9e54fb2..06fc246d 100644 --- a/web/README.txt +++ b/web/README.txt @@ -29,15 +29,15 @@ Setup on Arch Linux: 4) Configure PHP Make sure you have mysql and json enabled in PHP and - PEAR is properly configured + PEAR is properly configured with the File_Find package + (http://pear.php.net/package/File_Find) installed - Edit php.ini and uncomment/add these lines: extension=mysql.so extension=json.so - Install the File_Find PEAR package: - http://pear.php.net/package/File_Find - + - Install the File_Find PEAR package: + # pear install File_Find 5) Clone the AUR project (using the MYUSER from above) $ cd |