From 4257a2749cd59bce4315e7028a9e885101da77fd Mon Sep 17 00:00:00 2001 From: Ryan Weaver Date: Thu, 4 Dec 2014 16:03:06 -0500 Subject: [PATCH] Updating the installer docs to exactly match that repository's README - see #4533 --- quick_tour/the_big_picture.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/quick_tour/the_big_picture.rst b/quick_tour/the_big_picture.rst index dab80a960bb..361bfb1b84a 100644 --- a/quick_tour/the_big_picture.rst +++ b/quick_tour/the_big_picture.rst @@ -32,8 +32,8 @@ On **Linux** and **Mac OS X** systems, execute the following console commands: .. code-block:: bash $ curl -LsS http://symfony.com/installer > symfony.phar - $ chmod +x symfony.phar $ sudo mv symfony.phar /usr/local/bin/symfony + $ chmod a+x /usr/local/bin/symfony .. note:: @@ -43,8 +43,8 @@ On **Linux** and **Mac OS X** systems, execute the following console commands: .. code-block:: bash $ php -r "readfile('http://symfony.com/installer');" > symfony.phar - $ chmod +x symfony.phar $ sudo mv symfony.phar /usr/local/bin/symfony + $ chmod a+x /usr/local/bin/symfony After installing the Symfony installer, you'll have to open a new console window to be able to execute the new ``symfony`` command: