From f32349ca7ebc1321edfa6ef8c3d70e3f3ebb20e8 Mon Sep 17 00:00:00 2001 From: Julien ITARD Date: Thu, 26 Mar 2015 19:50:54 +0100 Subject: [PATCH] Update README.md Update Linux installation step --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 5a220a5..02b7097 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,7 @@ This step is only needed the first time you use the installer: ### Linux and Mac OS X ```bash -$ curl -LsS http://symfony.com/installer > symfony.phar -$ sudo mv symfony.phar /usr/local/bin/symfony +$ sudo curl -LsS http://symfony.com/installer -o /usr/local/bin/symfony $ chmod a+x /usr/local/bin/symfony ```