1
0
Fork 0

Fix doc note

pull/2602/merge
Jordi Boggiano 2014-02-06 21:14:48 +01:00
parent c98b0402d8
commit c7d5da89c8
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ composer.phar:
C:\Users\username>cd C:\bin C:\Users\username>cd C:\bin
C:\bin>php -r "readfile('https://getcomposer.org/installer');" | php 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 > **Note:** If the above fails due to readfile, use the `http` url or enable php_openssl.dll in php.ini
Create a new `composer.bat` file alongside `composer.phar`: Create a new `composer.bat` file alongside `composer.phar`: