From fffe58750e02b79619d96748348b55ed9fd93ef4 Mon Sep 17 00:00:00 2001
From: "nabil.abdennad" <nabil.abdennadher@hesge.ch>
Date: Sun, 22 Sep 2024 11:28:09 +0200
Subject: [PATCH] update of the commands

---
 Local-Without-Prediction/README.md | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/Local-Without-Prediction/README.md b/Local-Without-Prediction/README.md
index ba181ac..c89b25a 100644
--- a/Local-Without-Prediction/README.md
+++ b/Local-Without-Prediction/README.md
@@ -35,11 +35,9 @@ Where <image_name> is the name you have chosen for your image.
 ## Local Deployment 
 You can use the [script](./generate-docker-compose.py) to generate a Docker Compose file. This script takes the number of nodes in your network as an argument and generates the Docker Compose configuration. To generate the Docker Compose file, run the [script](./generate-docker-compose.py) with the desired number of nodes:
 
-python generate-docker-compose.py <num_nodes>   
+python generate-docker-compose.py --image_name <image_name> --nb_nodes <num_nodes>
 
-Where <num_nodes> is the number of nodes in your network.
-
-Replace the varibale `image` (line 3) with your previouly built container image.
+Where <num_nodes> is the number of nodes in your network and <image_name> is the name of the previouly built container image.
 
 ## Local execution
 
-- 
GitLab