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 e51210b

Browse filesBrowse files
committed
Add command to make symfony.phar executable.
1 parent ffd8d78 commit e51210b
Copy full SHA for e51210b

File tree

Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed
Open diff view settings
Collapse file

‎quick_tour/the_big_picture.rst‎

Copy file name to clipboardExpand all lines: quick_tour/the_big_picture.rst
+2Lines changed: 2 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ 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
3536
$ sudo mv symfony.phar /usr/local/bin/symfony
3637
3738
.. note::
@@ -42,6 +43,7 @@ On **Linux** and **Mac OS X** systems, execute the following console commands:
4243
.. code-block:: bash
4344
4445
$ php -r "readfile('http://symfony.com/installer');" > symfony.phar
46+
$ chmod +x symfony.phar
4547
$ sudo mv symfony.phar /usr/local/bin/symfony
4648
4749
After installing the Symfony installer, you'll have to open a new console window

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.