From 4067e58a74e08b9244de576309b5fd8feb29c7eb Mon Sep 17 00:00:00 2001
From: David Rouquet <david.rouquet@tetras-libre.fr>
Date: Tue, 13 Dec 2022 14:19:13 +0000
Subject: [PATCH] Update README.md

---
 README.md | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index d92f877..8a7714d 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,16 @@ This readme assumes that you now a few basic about `docker` and `docker-compose`
 
 Clone the current git repository and cd inside.
 
-Run `submodule init && submodule update`  *NOTE : this step might not be necessary at some point*
+
+*NOTE : the two following steps should become obsolete at some point*
+
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Run `submodule init && submodule update`  
+
+run `sh bash build_deps.sh`
+
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 Copy `.env.template` to `.env` and change variables to suit your need.
 
-- 
GitLab