Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit8099ac1

Browse 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 parents6b73990 +f587903 commit8099ac1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

‎quick_tour/the_big_picture.rst

Lines 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

Lines 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)

[8]ページ先頭

©2009-2025 Movatter.jp