From 638a5d340af01a085b81f0b06072d26010d17e80 Mon Sep 17 00:00:00 2001 From: Mathieu Ponton <mponton@grandlyon.com> Date: Thu, 2 Nov 2023 08:52:31 +0000 Subject: [PATCH] fix: better command --- docs/ecolyo/technical/launch_local_application.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/ecolyo/technical/launch_local_application.md b/docs/ecolyo/technical/launch_local_application.md index 0a5d060..a7c9077 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. -- GitLab