From 8dd05949837acbc1b916fa25fe9134f51acd7da6 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Thu, 6 Feb 2014 00:33:46 +0100 Subject: [PATCH] Cleaner install instruction without curl --- doc/00-intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/00-intro.md b/doc/00-intro.md index 7b62fee16..64120fb43 100644 --- a/doc/00-intro.md +++ b/doc/00-intro.md @@ -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