svn: /pear/peardoc/trunk/en/guide/users/installation/ getting.xml
[email protected] (Christian Weiske) Sun, 27 Feb 2011 21:34:07 +0000
| Newsgroups | php.pear.doc |
|---|---|
| Message-ID | <[email protected]> |
cweiske Sun, 27 Feb 2011 21:34:07 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=308737
Log:
fix install instructions; use phar not php
Changed paths:
U pear/peardoc/trunk/en/guide/users/installation/getting.xml
Modified: pear/peardoc/trunk/en/guide/users/installation/getting.xml
===================================================================
--- pear/peardoc/trunk/en/guide/users/installation/getting.xml 2011-02-27 20:59:30 UTC (rev 308736)
+++ pear/peardoc/trunk/en/guide/users/installation/getting.xml 2011-02-27 21:34:07 UTC (rev 308737)
@@ -35,10 +35,10 @@
To update your PEAR installation, request
<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="&url.pear.go;">&url.pear.go;</link>
in your browser and save the output to a local
- file <filename>go-pear.php</filename>. You can then run
+ file <filename>go-pear.phar</filename>. You can then run
<screen>
<userinput>
-php go-pear.php
+php go-pear.phar
</userinput>
</screen>
in a Windows Command Prompt to start the update process.