From a3eebb5438e1bdd1987a931aabd0f8c04b454f7c Mon Sep 17 00:00:00 2001
From: Mohamad Moussa <mohamad.moussa@hesge.ch>
Date: Fri, 7 Jun 2024 14:26:01 +0200
Subject: [PATCH] Add README

---
 Local-Without-Pred/README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Local-Without-Pred/README.md b/Local-Without-Pred/README.md
index c438672..66ceb2d 100644
--- a/Local-Without-Pred/README.md
+++ b/Local-Without-Pred/README.md
@@ -34,6 +34,8 @@ For local deployment, you can use the [script](./generate-docker-compose.py) to
 
 Replace <num_nodes> with the number of nodes in your network.
 
+Replace the varibale **image** (line 3) with your previouly built container image.
+
 ## Troubleshooting
 - Check the container logs 
 - Ensure that all environment variables are correctly set and that the neighbors' file is correctly configured.
\ No newline at end of file
-- 
GitLab