Skip to content

Commit a406ddc

Browse files
committed
minor #13461 [setup] Friendlier phrasing for people choosing not to use the Symfony CLI (bobdenotter)
This PR was submitted for the 5.0 branch but it was merged into the 4.4 branch instead (closes #13461). Discussion ---------- [setup] Friendlier phrasing for people choosing not to use the Symfony CLI This came up in a discussion on Slack, after the thread on Reddit about the Symfony CLI. This PR changes the phrase "If you can't or don't want to install Symfony for any reason" to wording that sounds less, perhaps, judging. Personally I like using the Symfony CLI, but not everybody does. And since it's by no means _required_ to do so, we shouldn't assume the reason why other people might choose not to. ^_^ Commits ------- 2e157f3 Update setup.rst - Friendlier phrasing for people choosing not to use th Symfony CLI
2 parents 816b9f2 + 2e157f3 commit a406ddc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ The only difference between these two commands is the number of packages
5151
installed by default. The ``--full`` option installs all the packages that you
5252
usually need to build web applications, so the installation size will be bigger.
5353

54-
If you can't or don't want to `install Symfony`_ for any reason, run these
55-
commands to create the new Symfony application using Composer:
54+
If you're not using the Symfony binary, run these commands to create the new
55+
Symfony application using Composer:
5656

5757
.. code-block:: terminal
5858

0 commit comments

Comments
 (0)