@@ -203,6 +203,10 @@ following standardized instructions in your ``README.md`` file.
203
203
Installation
204
204
============
205
205
206
+ Make sure Composer is installed globally, as explained in the
207
+ [installation chapter](https://getcomposer.org/doc/00-intro.md)
208
+ of the Composer documentation.
209
+
206
210
Step 1: Download the Bundle
207
211
---------------------------
208
212
@@ -213,10 +217,6 @@ following standardized instructions in your ``README.md`` file.
213
217
$ composer require <package-name>
214
218
```
215
219
216
- This command requires you to have Composer installed globally, as explained
217
- in the [installation chapter](https://getcomposer.org/doc/00-intro.md)
218
- of the Composer documentation.
219
-
220
220
Step 2: Enable the Bundle
221
221
-------------------------
222
222
@@ -248,6 +248,9 @@ following standardized instructions in your ``README.md`` file.
248
248
Installation
249
249
============
250
250
251
+ Make sure Composer is installed globally, as explained in the
252
+ `installation chapter`_ of the Composer documentation.
253
+
251
254
Step 1: Download the Bundle
252
255
---------------------------
253
256
@@ -258,9 +261,6 @@ following standardized instructions in your ``README.md`` file.
258
261
259
262
$ composer require <package-name>
260
263
261
- This command requires you to have Composer installed globally, as explained
262
- in the `installation chapter`_ of the Composer documentation.
263
-
264
264
Step 2: Enable the Bundle
265
265
-------------------------
266
266
0 commit comments