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 8099ac1

Browse filesBrowse files
committed
Merge branch '2.7'
* 2.7: Updating the installer docs to exactly match that repository's README - see #4533 Add command to make symfony.phar executable. fixed little typo
2 parents 6b73990 + f587903 commit 8099ac1
Copy full SHA for 8099ac1

File tree

Expand file treeCollapse file tree

2 files changed

+3
-1
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+3
-1
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
@@ -33,6 +33,7 @@ On **Linux** and **Mac OS X** systems, execute the following console commands:
3333
3434
$ curl -LsS http://symfony.com/installer > symfony.phar
3535
$ sudo mv symfony.phar /usr/local/bin/symfony
36+
$ chmod a+x /usr/local/bin/symfony
3637
3738
.. note::
3839

@@ -43,6 +44,7 @@ On **Linux** and **Mac OS X** systems, execute the following console commands:
4344
4445
$ php -r "readfile('http://symfony.com/installer');" > symfony.phar
4546
$ sudo mv symfony.phar /usr/local/bin/symfony
47+
$ chmod a+x /usr/local/bin/symfony
4648
4749
After installing the Symfony installer, you'll have to open a new console window
4850
to be able to execute the new ``symfony`` command:

‎reference/twig_reference.rst

Copy file name to clipboardExpand all lines: reference/twig_reference.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ transchoice
406406

407407
.. code-block:: jinja
408408
409-
{{ message|transchoice(count, arguments, domai, locale) }}
409+
{{ message|transchoice(count, arguments, domain, locale) }}
410410
411411
``message``
412412
**type**: ``string``

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.