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 ```