Skip to content

Commit

Permalink
bug #4533 Add command to make symfony.phar executable. (xelaris)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
weaverryan committed Dec 4, 2014
2 parents 4f0051d + dd9de4e commit 97a9c43
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions quick_tour/the_big_picture.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ On **Linux** and **Mac OS X** systems, execute the following console commands:
.. code-block:: bash
$ curl -LsS http://symfony.com/installer > symfony.phar
$ chmod +x symfony.phar
$ sudo mv symfony.phar /usr/local/bin/symfony
.. note::
Expand All @@ -42,6 +43,7 @@ On **Linux** and **Mac OS X** systems, execute the following console commands:
.. code-block:: bash
$ php -r "readfile('http://symfony.com/installer');" > symfony.phar
$ chmod +x symfony.phar
$ sudo mv symfony.phar /usr/local/bin/symfony
After installing the Symfony installer, you'll have to open a new console window
Expand Down

0 comments on commit 97a9c43

Please sign in to comment.