diff --git a/docs/ecolyo/technical/launch_local_application.md b/docs/ecolyo/technical/launch_local_application.md
index 0a5d060e5b8890a9da28aa2fd6c6d4b6cce117f0..a7c907711f3f7bf17efe9c6a7509b408511ad166 100644
--- a/docs/ecolyo/technical/launch_local_application.md
+++ b/docs/ecolyo/technical/launch_local_application.md
@@ -129,7 +129,8 @@ You can change the period of data generated by changing the following lines:
 Next launch the script `createDayDataFiles.js` available into the `scripts` folder
 
 ```sh
-node scripts/createDayDataFiles.js
+cd scripts
+node createDayDataFiles.js
 ```
 
 Json files with data will be created into `scripts/data` folder.