Skip to content

Commit

Permalink
Updating the installer docs to exactly match that repository's README…
Browse files Browse the repository at this point in the history
… - see #4533
  • Loading branch information
weaverryan committed Dec 4, 2014
1 parent 97a9c43 commit 4257a27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions quick_tour/the_big_picture.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ 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
$ chmod a+x /usr/local/bin/symfony
.. note::

Expand All @@ -43,8 +43,8 @@ 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
$ chmod a+x /usr/local/bin/symfony
After installing the Symfony installer, you'll have to open a new console window
to be able to execute the new ``symfony`` command:
Expand Down

0 comments on commit 4257a27

Please sign in to comment.