diff options
author | tailor <cygnus@janrain.com> | 2006-03-06 21:40:53 +0000 |
---|---|---|
committer | tailor <cygnus@janrain.com> | 2006-03-06 21:40:53 +0000 |
commit | c2ae0b557fe68b7578d69932578afbde0fb497b8 (patch) | |
tree | ff2fa9bd11a81aa2872f5a2ff746ecb224dcd9ca | |
parent | f7963078950dc82707b32e7deb09704606a5b4fc (diff) | |
download | php-openid-c2ae0b557fe68b7578d69932578afbde0fb497b8.zip php-openid-c2ae0b557fe68b7578d69932578afbde0fb497b8.tar.gz php-openid-c2ae0b557fe68b7578d69932578afbde0fb497b8.tar.bz2 |
[project @ Updated installation README with PEAR installer instructions.]
-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 ================== |