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 97a9c43

Browse filesBrowse files
committed
bug #4533 Add command to make symfony.phar executable. (xelaris)
This PR was submitted for the 2.7 branch but it was merged into the 2.3 branch instead (closes #4533). Discussion ---------- Add command to make symfony.phar executable. | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | all | Fixed tickets | Commits ------- dd9de4e Add command to make symfony.phar executable.
2 parents 4f0051d + dd9de4e commit 97a9c43
Copy full SHA for 97a9c43

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+2
-0
lines changed

‎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
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.