Skip to content

Commit d98ee17

Browse files
author
Franz Holzinger
committed
add it as a note instead of a command
1 parent f574865 commit d98ee17

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

index.rst

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,9 @@ The recommended way to install Mink with all its dependencies is through
2727
2828
$ composer require behat/mink
2929
30-
Or
31-
32-
.. code-block:: bash
33-
34-
$ php composer.phar require behat/mink
30+
.. note::
31+
For local installations of composer you must call it like this: ``$ php composer.phar require behat/mink`` .
32+
In this case you must use the different call ``php composer.phar`` everywhere instead of the simple command ``composer``.
3533

3634
Everything will be installed inside ``vendor`` folder.
3735
Finally, include Composer autoloading script to your project:

0 commit comments

Comments
 (0)