Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4257a27

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

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎quick_tour/the_big_picture.rst

Copy file name to clipboardExpand all lines: quick_tour/the_big_picture.rst
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.