Skip to content

Commit 84e7606

Browse files
committed
Tweak
1 parent 5f1a224 commit 84e7606

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

setup.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ Before creating your first Symfony application you must:
2222
`PCRE`_, `Session`_, `SimpleXML`_, and `Tokenizer`_;
2323
* `Install Composer`_, which is used to install PHP packages.
2424

25-
Optionally, you can also `install Symfony`_. This creates a binary called
25+
Optionally, you can also `install Symfony CLI`_. This creates a binary called
2626
``symfony`` that provides all the tools you need to develop and run your
2727
Symfony application locally.
2828

29-
The ``symfony`` binary provides a tool to check if your computer meets all
29+
The ``symfony`` binary also provides a tool to check if your computer meets all
3030
requirements. Open your console terminal and run this command:
3131

3232
.. code-block:: terminal
@@ -53,7 +53,7 @@ The only difference between these two commands is the number of packages
5353
installed by default. The ``--full`` option installs all the packages that you
5454
usually need to build web applications, so the installation size will be bigger.
5555

56-
If you're not using the Symfony binary, run these commands to create the new
56+
If you're not using the Symfony binary, run these commands to create the new
5757
Symfony application using Composer:
5858

5959
.. code-block:: terminal
@@ -209,7 +209,7 @@ command to unpack the already installed packs: ``composer unpack PACK_NAME``
209209
Checking Security Vulnerabilities
210210
---------------------------------
211211

212-
The ``symfony`` binary created when you `install Symfony`_ provides a command to
212+
The ``symfony`` binary created when you `install Symfony CLI`_ provides a command to
213213
check whether your project's dependencies contain any known security
214214
vulnerability:
215215

@@ -293,8 +293,8 @@ Learn More
293293

294294
.. _`Stellar Development with Symfony`: https://symfonycasts.com/screencast/symfony
295295
.. _`Install Composer`: https://getcomposer.org/download/
296-
.. _`Install Symfony`: https://symfony.com/download
297-
.. _`install Symfony`: https://symfony.com/download
296+
.. _`Install Symfony CLI`: https://symfony.com/download
297+
.. _`install Symfony CLI`: https://symfony.com/download
298298
.. _`The Symfony Demo Application`: https://github.com/symfony/demo
299299
.. _`Symfony Flex`: https://github.com/symfony/flex
300300
.. _`PHP security advisories database`: https://github.com/FriendsOfPHP/security-advisories

0 commit comments

Comments
 (0)