1
0
Fork 0

Display SSL errors

`curl -s` not only hides the progress bar, it also hides errors. `-S` makes the errors show up again.
pull/1594/head
Igor Wiedler 2013-02-18 17:51:12 +01:00
parent e348642aa7
commit ce7a75fe03
1 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ Installation / Usage
1. Download the [`composer.phar`](https://getcomposer.org/composer.phar) executable or use the installer.
``` sh
$ curl -s https://getcomposer.org/installer | php
$ curl -sS https://getcomposer.org/installer | php
```