summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README10
1 files changed, 9 insertions, 1 deletions
diff --git a/README b/README
index 41be8f3..a4ddf21 100644
--- a/README
+++ b/README
@@ -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
==================