@@ -203,6 +203,10 @@ following standardized instructions in your ``README.md`` file.
203203 Installation
204204 ============
205205
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+
206210 Step 1: Download the Bundle
207211 ---------------------------
208212
@@ -213,10 +217,6 @@ following standardized instructions in your ``README.md`` file.
213217 $ composer require <package-name>
214218 ```
215219
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-
220220 Step 2: Enable the Bundle
221221 -------------------------
222222
@@ -248,6 +248,9 @@ following standardized instructions in your ``README.md`` file.
248248 Installation
249249 ============
250250
251+ Make sure Composer is installed globally, as explained in the
252+ `installation chapter`_ of the Composer documentation.
253+
251254 Step 1: Download the Bundle
252255 ---------------------------
253256
@@ -258,9 +261,6 @@ following standardized instructions in your ``README.md`` file.
258261
259262 $ composer require <package-name>
260263
261- This command requires you to have Composer installed globally, as explained
262- in the `installation chapter`_ of the Composer documentation.
263-
264264 Step 2: Enable the Bundle
265265 -------------------------
266266
0 commit comments