summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortailor <cygnus@janrain.com>2006-03-06 21:40:53 +0000
committertailor <cygnus@janrain.com>2006-03-06 21:40:53 +0000
commitc2ae0b557fe68b7578d69932578afbde0fb497b8 (patch)
treeff2fa9bd11a81aa2872f5a2ff746ecb224dcd9ca
parentf7963078950dc82707b32e7deb09704606a5b4fc (diff)
downloadphp-openid-c2ae0b557fe68b7578d69932578afbde0fb497b8.zip
php-openid-c2ae0b557fe68b7578d69932578afbde0fb497b8.tar.gz
php-openid-c2ae0b557fe68b7578d69932578afbde0fb497b8.tar.bz2
[project @ Updated installation README with PEAR installer instructions.]
-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
==================