diff options
author | tailor <cygnus@janrain.com> | 2007-09-19 20:28:44 +0000 |
---|---|---|
committer | tailor <cygnus@janrain.com> | 2007-09-19 20:28:44 +0000 |
commit | 8a702e9246d74fd746ec9e9d763ab0e79c3aec7a (patch) | |
tree | 84a4875cbf7db485ba91a438ee2f7411eae7ac76 | |
parent | f680fbc2806ab08dda581afa4c3182e211431cdc (diff) | |
download | php-openid-8a702e9246d74fd746ec9e9d763ab0e79c3aec7a.zip php-openid-8a702e9246d74fd746ec9e9d763ab0e79c3aec7a.tar.gz php-openid-8a702e9246d74fd746ec9e9d763ab0e79c3aec7a.tar.bz2 |
[project @ FIX #15: Remove PEAR instructions from README]
-rw-r--r-- | README | 12 |
1 files changed, 1 insertions, 11 deletions
@@ -46,17 +46,7 @@ Follow these steps: - Install either the DOM or domxml PHP XML processing extension, but not both (they are incompatible). -2. 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 - - If the PEAR installer isn't available, you can copy the Auth/ - directory into your PHP include path. +2. Copy the Auth/ directory into your PHP include path. TESTING YOUR SETUP ================== |