diff --git a/quick_tour/the_big_picture.rst b/quick_tour/the_big_picture.rst index bf10f772f1a..7b3ec755541 100644 --- a/quick_tour/the_big_picture.rst +++ b/quick_tour/the_big_picture.rst @@ -33,6 +33,7 @@ On **Linux** and **Mac OS X** systems, execute the following console commands: $ curl -LsS http://symfony.com/installer > symfony.phar $ sudo mv symfony.phar /usr/local/bin/symfony + $ chmod u+x /usr/local/bin/symfony .. note::