Skip to content

Commit 4257a27

Browse files
committed
Updating the installer docs to exactly match that repository's README - see #4533
1 parent 97a9c43 commit 4257a27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

quick_tour/the_big_picture.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ On **Linux** and **Mac OS X** systems, execute the following console commands:
3232
.. code-block:: bash
3333
3434
$ curl -LsS http://symfony.com/installer > symfony.phar
35-
$ chmod +x symfony.phar
3635
$ sudo mv symfony.phar /usr/local/bin/symfony
36+
$ chmod a+x /usr/local/bin/symfony
3737
3838
.. note::
3939

@@ -43,8 +43,8 @@ On **Linux** and **Mac OS X** systems, execute the following console commands:
4343
.. code-block:: bash
4444
4545
$ php -r "readfile('http://symfony.com/installer');" > symfony.phar
46-
$ chmod +x symfony.phar
4746
$ sudo mv symfony.phar /usr/local/bin/symfony
47+
$ chmod a+x /usr/local/bin/symfony
4848
4949
After installing the Symfony installer, you'll have to open a new console window
5050
to be able to execute the new ``symfony`` command:

0 commit comments

Comments
 (0)