summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortailor <cygnus@janrain.com>2007-09-19 20:28:44 +0000
committertailor <cygnus@janrain.com>2007-09-19 20:28:44 +0000
commit8a702e9246d74fd746ec9e9d763ab0e79c3aec7a (patch)
tree84a4875cbf7db485ba91a438ee2f7411eae7ac76
parentf680fbc2806ab08dda581afa4c3182e211431cdc (diff)
downloadphp-openid-8a702e9246d74fd746ec9e9d763ab0e79c3aec7a.zip
php-openid-8a702e9246d74fd746ec9e9d763ab0e79c3aec7a.tar.gz
php-openid-8a702e9246d74fd746ec9e9d763ab0e79c3aec7a.tar.bz2
[project @ FIX #15: Remove PEAR instructions from README]
-rw-r--r--README12
1 files changed, 1 insertions, 11 deletions
diff --git a/README b/README
index b957e8e..13511c6 100644
--- a/README
+++ b/README
@@ -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
==================