Skip to content

Commit

Permalink
Cleaner install instruction without curl
Browse files Browse the repository at this point in the history
  • Loading branch information
Seldaek committed Feb 5, 2014
1 parent 629a896 commit f5df38f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/download.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<p>Run this in your terminal to get the latest Composer version:</p>
<code>curl -sS https://getcomposer.org/installer | php</code>
<p>Or if you don't have curl:</p>
<code>php -r "eval('?>'.file_get_contents('https://getcomposer.org/installer'));"</code>
<code>php -r "readfile('https://getcomposer.org/installer');" | php</code>
<p>This installer script will simply check some php.ini settings, warn you if they are set incorrectly, and then download the latest composer.phar in the current directory</p>

<h2>Installer Options</h2>
Expand Down

0 comments on commit f5df38f

Please sign in to comment.