diff options
author | Greg Beaver <cellog@php.net> | 2005-09-07 16:03:06 +0000 |
---|---|---|
committer | Greg Beaver <cellog@php.net> | 2005-09-07 16:03:06 +0000 |
commit | 6ed7a799af91f0a274612778eae25a488cfc8a9a (patch) | |
tree | 0a894a7b30772571f69633661b2b0e0abd72af07 /pear | |
parent | 38a52c5b0d9215c85709517bb75cf7125ab38093 (diff) | |
download | php-git-6ed7a799af91f0a274612778eae25a488cfc8a9a.tar.gz |
attempt to make new instructions clearer
Diffstat (limited to 'pear')
-rw-r--r-- | pear/install-pear.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/pear/install-pear.txt b/pear/install-pear.txt index ec632e8ade..10a607291b 100644 --- a/pear/install-pear.txt +++ b/pear/install-pear.txt @@ -2,10 +2,11 @@ | The installation process is incomplete. The following resources were | | not installed: | | | -| Self-contained Extension Support | | PEAR: PHP Extension and Application Repository | | | -| To install these components, become the superuser and execute: | +| To install these components, | +| download http://pear.php.net/install-pear.phar to php-src/pear/ | +| become the superuser and execute: | | | | # make install-su | +----------------------------------------------------------------------+ |