@@ -20,9 +20,11 @@ Before creating your first Symfony application you must:
2020
2121* `Install Composer `_, which is used to install PHP packages.
2222
23- Optionally, you can also `install Symfony CLI `_. This creates a binary called
24- ``symfony `` that provides all the tools you need to develop and run your
25- Symfony application locally.
23+ .. _setup-symfony-cli :
24+
25+ Also, `install the Symfony CLI `_. This is optional, but it gives you a
26+ helpful binary called ``symfony `` that provides all tools you need to
27+ develop and run your Symfony application locally.
2628
2729The ``symfony `` binary also provides a tool to check if your computer meets all
2830requirements. Open your console terminal and run this command:
@@ -53,8 +55,8 @@ application:
5355 $ symfony new my_project_directory --version=5.4
5456
5557 The only difference between these two commands is the number of packages
56- installed by default. The ``--webapp `` option installsall the packagesthat you
57- usually need to build webapplications, so the installation size will be bigger .
58+ installed by default. The ``--webapp `` option installsextra packagesto give
59+ you everything you need to builda webapplication .
5860
5961If you're not using the Symfony binary, run these commands to create the new
6062Symfony application using Composer:
@@ -227,8 +229,8 @@ require --no-unpack ...`` option to disable unpacking.
227229Checking Security Vulnerabilities
228230---------------------------------
229231
230- The ``symfony `` binary created when you` install Symfony CLI`_ provides a command
231- to check whether your project's dependencies contain any known security
232+ The ``symfony `` binary created when youinstalled the :ref: ` Symfony CLI < setup-symfony-cli >`
233+ provides a command to check whether your project's dependencies contain any known security
232234vulnerability:
233235
234236..code-block ::terminal
@@ -312,7 +314,7 @@ Learn More
312314
313315.. _`Stellar Development with Symfony` :https://symfonycasts.com/screencast/symfony
314316.. _`Install Composer` :https://getcomposer.org/download/
315- .. _`install Symfony CLI` :https://symfony.com/download
317+ .. _`installthe Symfony CLI` :https://symfony.com/download
316318.. _`symfony-cli/symfony-cli GitHub repository` :https://github.com/symfony-cli/symfony-cli
317319.. _`The Symfony Demo Application` :https://github.com/symfony/demo
318320.. _`Symfony Flex` :https://github.com/symfony/flex