@@ -277,6 +277,10 @@ following standardized instructions in your ``README.md`` file.
277277 Installation
278278 ============
279279
280+ Make sure Composer is installed globally, as explained in the
281+ [installation chapter](https://getcomposer.org/doc/00-intro.md)
282+ of the Composer documentation.
283+
280284 Applications that use Symfony Flex
281285 ----------------------------------
282286
@@ -298,10 +302,6 @@ following standardized instructions in your ``README.md`` file.
298302 $ composer require <package-name>
299303 ```
300304
301- This command requires you to have Composer installed globally, as explained
302- in the [installation chapter](https://getcomposer.org/doc/00-intro.md)
303- of the Composer documentation.
304-
305305 ### Step 2: Enable the Bundle
306306
307307 Then, enable the bundle by adding it to the list of registered bundles
@@ -321,7 +321,9 @@ following standardized instructions in your ``README.md`` file.
321321 Installation
322322 ============
323323
324- Applications that use Symfony Flex
324+ Make sure Composer is installed globally, as explained in the
325+ `installation chapter`_ of the Composer documentation.
326+
325327 ----------------------------------
326328
327329 Open a command console, enter your project directory and execute:
@@ -343,9 +345,6 @@ following standardized instructions in your ``README.md`` file.
343345
344346 $ composer require <package-name>
345347
346- This command requires you to have Composer installed globally, as explained
347- in the `installation chapter`_ of the Composer documentation.
348-
349348 Step 2: Enable the Bundle
350349 ~~~~~~~~~~~~~~~~~~~~~~~~~
351350
0 commit comments