Skip to content

Commit

Permalink
[project @ README updates]
Browse files Browse the repository at this point in the history
  • Loading branch information
tailor committed Aug 18, 2006
1 parent af711b3 commit 14366dd
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ Follow these steps:
STRONGLY recommended because it's MUCH faster!) This is
required.

- Enable the CURL extension. This is not required, but it is
recommended.
- Enable the CURL extension.

- If you plan to use SQLite, PostgreSQL, or MySQL to store OpenID
data, you'll need PEAR DB. You can install this by running this
Expand All @@ -41,6 +40,8 @@ Follow these steps:
the filesystem instead of using a relational database. Nothing
special is required for using the filesystem method.

- Install either the DOM or domxml PHP XML processing extension.

2. Use the PEAR installer to install the package. To use the PEAR
installer, run this command from the package directory:

Expand All @@ -50,15 +51,15 @@ Follow these steps:

# pear install package2.xml

If the PEAR installer isn't available, you can copy the Auth/
directory into your PHP include path.
If the PEAR installer isn't available, you can copy the Auth/ and
Services/ directories into your PHP include path.

TESTING YOUR SETUP
==================

We recommend that you use our example code to test your setup. To run
the example consumer or server, follow the instructions in the
examples/README file.
You can use the example code to test your setup. To run the example
consumer or server, follow the instructions in the examples/README
file.

USING THE API
=============
Expand Down

0 comments on commit 14366dd

Please sign in to comment.