diff --git a/source/installation/installation.rst b/source/installation/installation.rst index 53f245fb6..b5d83dc43 100644 --- a/source/installation/installation.rst +++ b/source/installation/installation.rst @@ -217,11 +217,16 @@ A build version of the needed CSS file is provided within the main bundle `Resou .. code-block:: bash #in the main bundle directory ( vendor/chill-project/main/ ) - cd Resources/ - npm install - grunt + cd vendor/chill-project/main/Resources/ + npm install grunt +Go back to your project root before doing next step + +.. code-block:: bash + + cd path/to/your/directory + Launch your server ^^^^^^^^^^^^^^^^^^