From f7376949f202703a05e2446921776d6e763bec31 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C8=98tefan-Tudor=20MIHALACHE?=
 <stefan.mihalache01@stud.acs.upb.ro>
Date: Mon, 6 Jan 2025 15:54:59 +0000
Subject: [PATCH] Update README.md

---
 README.md | 18 ++++++++++++++----
 1 file changed, 14 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 10684fe..b142b9e 100644
--- a/README.md
+++ b/README.md
@@ -9,19 +9,29 @@ In order to set up the stack locally, follow the following steps
 Copy the contents of `.env.sample` in `.env`
 
 ```bash
-cp .env.development.sample .env
+cp .env.sample .env
 ```
 
+Do that in the producer folder as well 
+
 Replace the placeholders with the desired values
 
-### 1.2 Install the NodeJS dependencies
+### 1.2 Install the NodeJS dependencies (optional)
 
 ```bash
 npm install
 ```
 
-### 1.3 Start the docker compose stack
+### 1.3 Producer container
+
+For the container to work, the following command needs to be run in the producer folder
+
+```bash
+find . -type f -print0 | xargs -0 dos2unix
+```
+
+### 1.4 Start the docker compose stack
 
 ```bash
-docker compose --profile up
+docker compose up
 ```
-- 
GitLab