diff options
author | Pierre Joye <pajoye@php.net> | 2005-08-15 22:16:01 +0000 |
---|---|---|
committer | Pierre Joye <pajoye@php.net> | 2005-08-15 22:16:01 +0000 |
commit | cfa056860074e33566ad95c0a1f6b3d3cc3be74c (patch) | |
tree | f8b1e8a23562d7c8186e6ce4763715625c3c956f | |
parent | cd0c5e4ec42b88a48fd05cb9dfd2fc2813f90e8a (diff) | |
download | php-git-cfa056860074e33566ad95c0a1f6b3d3cc3be74c.tar.gz |
- add a little doc to redirect people to go-pear
-rw-r--r-- | README.PEAR | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/README.PEAR b/README.PEAR new file mode 100644 index 0000000000..581dfb4574 --- /dev/null +++ b/README.PEAR @@ -0,0 +1,8 @@ +To install the PEAR installer, please use go-pear. + +On linux: +$ lynx -source http://go-pear.org/ | php + +or save the setup scripts under go-pear.php and run: + +php go-pear.php |