@@ -22,11 +22,11 @@ Before creating your first Symfony application you must:
22
22
`PCRE `_, `Session `_, `SimpleXML `_, and `Tokenizer `_;
23
23
* `Install Composer `_, which is used to install PHP packages.
24
24
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
26
26
``symfony `` that provides all the tools you need to develop and run your
27
27
Symfony application locally.
28
28
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
30
30
requirements. Open your console terminal and run this command:
31
31
32
32
.. code-block :: terminal
@@ -53,7 +53,7 @@ The only difference between these two commands is the number of packages
53
53
installed by default. The ``--full `` option installs all the packages that you
54
54
usually need to build web applications, so the installation size will be bigger.
55
55
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
57
57
Symfony application using Composer:
58
58
59
59
.. code-block :: terminal
@@ -209,7 +209,7 @@ command to unpack the already installed packs: ``composer unpack PACK_NAME``
209
209
Checking Security Vulnerabilities
210
210
---------------------------------
211
211
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
213
213
check whether your project's dependencies contain any known security
214
214
vulnerability:
215
215
@@ -293,8 +293,8 @@ Learn More
293
293
294
294
.. _`Stellar Development with Symfony` : https://symfonycasts.com/screencast/symfony
295
295
.. _`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
298
298
.. _`The Symfony Demo Application` : https://github.com/symfony/demo
299
299
.. _`Symfony Flex` : https://github.com/symfony/flex
300
300
.. _`PHP security advisories database` : https://github.com/FriendsOfPHP/security-advisories
0 commit comments