1
0
Fork 0

Cleaner install instruction without curl

pull/2603/merge
Jordi Boggiano 2014-02-06 00:33:46 +01:00
parent 54b8831131
commit 8dd0594983
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ Change to a directory on your `PATH` and run the install snippet to download
composer.phar:
C:\Users\username>cd C:\bin
C:\bin>php -r "eval('?>'.file_get_contents('https://getcomposer.org/installer'));"
C:\bin>php -r "readfile('https://getcomposer.org/installer');" | php
> **Note:** If the above fails due to file_get_contents, use the `http` url or enable php_openssl.dll in php.ini