From ce7a75fe03ebe5656b2aa9060b94b0582036f6b1 Mon Sep 17 00:00:00 2001 From: Igor Wiedler Date: Mon, 18 Feb 2013 17:51:12 +0100 Subject: [PATCH] Display SSL errors `curl -s` not only hides the progress bar, it also hides errors. `-S` makes the errors show up again. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 115014180..62f7fe53c 100644 --- a/README.md +++ b/README.md @@ -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 ``` @@ -123,4 +123,4 @@ Acknowledgments - This project's Solver started out as a PHP port of openSUSE's [Libzypp satsolver](http://en.opensuse.org/openSUSE:Libzypp_satsolver). - This project uses hiddeninput.exe to prompt for passwords on windows, sources - and details can be found on the [github page of the project](https://github.com/Seldaek/hidden-input). \ No newline at end of file + and details can be found on the [github page of the project](https://github.com/Seldaek/hidden-input).