summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortailor <cygnus@janrain.com>2006-05-11 22:02:35 +0000
committertailor <cygnus@janrain.com>2006-05-11 22:02:35 +0000
commit5cdf5538731769d5962a9a273fecb545b8950cf7 (patch)
treefb79b690966d5f4bc296a2f78ebef16ff7cf9183
parent215a824efecb10e9b60f494db7b84225f4c78a1a (diff)
downloadphp-openid-5cdf5538731769d5962a9a273fecb545b8950cf7.zip
php-openid-5cdf5538731769d5962a9a273fecb545b8950cf7.tar.gz
php-openid-5cdf5538731769d5962a9a273fecb545b8950cf7.tar.bz2
[project @ Updated some bits in README]
-rw-r--r--README8
1 files changed, 7 insertions, 1 deletions
diff --git a/README b/README
index 740e8bc..9d5d85e 100644
--- a/README
+++ b/README
@@ -19,8 +19,14 @@ Follow these steps:
1. Install dependencies.
+ - Install the JanRain, Inc. PHP Yadis Library, version 1.0. The
+ library can be obtained from http://www.openidenabled.com. This
+ is required. This library can also be installed using the PEAR
+ installer; see the PHP Yadis page on http://www.openidenabled.com.
+
- Enable either the GMP extension or Bcmath extension. (GMP is
- STRONGLY recommended because it's MUCH faster!)
+ STRONGLY recommended because it's MUCH faster!) This is
+ required.
- Enable the CURL extension. This is not required, but it is
recommended.