diff options
-rw-r--r-- | README | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -29,7 +29,15 @@ Follow these steps: the filesystem instead of using a relational database. Nothing special is required for using the filesystem method. -2. Copy the Auth/ directory into your PHP include path. +2. Copy the Auth/ directory into your PHP include path OR use the PEAR + installer to install the package. To use the PEAR installer, run + this command from the package directory: + + # pear install package.xml + + If your PEAR version is sufficiently new, you can run this instead: + + # pear install package2.xml TESTING YOUR SETUP ================== |