improve bash statement using return line

This commit is contained in:
Julien Fastré 2014-09-29 22:19:30 +02:00
parent 4ae4906754
commit 6501eba7da

View File

@ -53,7 +53,8 @@ Create your Chill project using composer:
.. code-block:: bash .. code-block:: bash
php composer.phar create-project champs-libres/chill-standard path/to/your/directory --stability=dev php composer.phar create-project champs-libres/chill-standard \
path/to/your/directory --stability=dev
.. note:: .. note::
Until now, the stability of the project is set to "dev". Do not forget this argument, or composer will fail to download and create the project. Until now, the stability of the project is set to "dev". Do not forget this argument, or composer will fail to download and create the project.