Skip to content

Commit

Permalink
Merge branch '2.5' into 2.6
Browse files Browse the repository at this point in the history
* 2.5:
  Updating the installer docs to exactly match that repository's README - see #4533
  Add command to make symfony.phar executable.
  fixed little typo
  • Loading branch information
weaverryan committed Dec 4, 2014
2 parents cd29dde + 5edaca0 commit f587903
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions quick_tour/the_big_picture.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ On **Linux** and **Mac OS X** systems, execute the following console commands:
$ curl -LsS http://symfony.com/installer > symfony.phar
$ sudo mv symfony.phar /usr/local/bin/symfony
$ chmod a+x /usr/local/bin/symfony
.. note::

Expand All @@ -43,6 +44,7 @@ On **Linux** and **Mac OS X** systems, execute the following console commands:
$ php -r "readfile('http://symfony.com/installer');" > 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
2 changes: 1 addition & 1 deletion reference/twig_reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ transchoice

.. code-block:: jinja
{{ message|transchoice(count, arguments, domai, locale) }}
{{ message|transchoice(count, arguments, domain, locale) }}
``message``
**type**: ``string``
Expand Down

0 comments on commit f587903

Please sign in to comment.