From 3ba42cd29873d38cb282f1458151953405551c39 Mon Sep 17 00:00:00 2001 From: James Lawrence Date: Thu, 4 Dec 2014 11:45:46 +0000 Subject: [PATCH] Update the_big_picture.rst Locally I needed to make symfony executable - I have only added execute permissions for the user (which should be enough). --- quick_tour/the_big_picture.rst | 1 + 1 file changed, 1 insertion(+) 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::