diff options
author | tailor <cygnus@janrain.com> | 2005-12-28 23:19:38 +0000 |
---|---|---|
committer | tailor <cygnus@janrain.com> | 2005-12-28 23:19:38 +0000 |
commit | a5d13e535c4f5d9097bcf027e4b3364731a3683b (patch) | |
tree | e2d00360d2c33c635d4e9a7bdfe817e15f1afad1 | |
parent | c6d35950a84919ab8f4db8a4ab390b07081840a6 (diff) | |
download | php-openid-a5d13e535c4f5d9097bcf027e4b3364731a3683b.zip php-openid-a5d13e535c4f5d9097bcf027e4b3364731a3683b.tar.gz php-openid-a5d13e535c4f5d9097bcf027e4b3364731a3683b.tar.bz2 |
[project @ Added debian-specific README.]
-rw-r--r-- | README.Debian | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/README.Debian b/README.Debian new file mode 100644 index 0000000..1928268 --- /dev/null +++ b/README.Debian @@ -0,0 +1,8 @@ +Development Environment Setup +============================= + +Janrain note: You'll need to run these commands to generate +documentation for this project: + + apt-get install php4-pear + pear install PhpDocumentor |