@@ -277,6 +277,10 @@ following standardized instructions in your ``README.md`` file.
277
277
Installation
278
278
============
279
279
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
+
280
284
Applications that use Symfony Flex
281
285
----------------------------------
282
286
@@ -298,10 +302,6 @@ following standardized instructions in your ``README.md`` file.
298
302
$ composer require <package-name>
299
303
```
300
304
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
-
305
305
### Step 2: Enable the Bundle
306
306
307
307
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.
321
321
Installation
322
322
============
323
323
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
+
325
327
----------------------------------
326
328
327
329
Open a command console, enter your project directory and execute:
@@ -343,9 +345,6 @@ following standardized instructions in your ``README.md`` file.
343
345
344
346
$ composer require <package-name>
345
347
346
- This command requires you to have Composer installed globally, as explained
347
- in the `installation chapter`_ of the Composer documentation.
348
-
349
348
Step 2: Enable the Bundle
350
349
~~~~~~~~~~~~~~~~~~~~~~~~~
351
350
0 commit comments