From 6501eba7dac66694b6ad7a84f4537ab6e056cade Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Mon, 29 Sep 2014 22:19:30 +0200 Subject: [PATCH] improve bash statement using return line --- source/installation/installation.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/installation/installation.rst b/source/installation/installation.rst index 9e745eb2a..ce6f1e4ab 100644 --- a/source/installation/installation.rst +++ b/source/installation/installation.rst @@ -53,7 +53,8 @@ Create your Chill project using composer: .. 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:: 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.