From c3da37fce7152e95905e6c5ef0c9b9de264d41ff Mon Sep 17 00:00:00 2001 From: guillaume Date: Sat, 29 Nov 2014 22:26:11 +0100 Subject: [PATCH] Update the_big_picture.rst set /usr/local/bin/symfony executable --- 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..ea5b111d19a 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 + $ sudo chmod +x /usr/local/bin/symfony .. note::