Skip to content

Commit 97a9c43

Browse 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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

quick_tour/the_big_picture.rst

+2
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)