From 65a031ff31ff0f9e14c4a2043319bbcd2c237fa0 Mon Sep 17 00:00:00 2001
From: David Rouquet <david.rouquet@tetras-libre.fr>
Date: Tue, 13 Dec 2022 12:49:58 +0000
Subject: [PATCH] =?UTF-8?q?Mettre=20=C3=A0=20jour=20README.md?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

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

diff --git a/README.md b/README.md
index 434742c..d92f877 100644
--- a/README.md
+++ b/README.md
@@ -19,6 +19,10 @@ This readme assumes that you now a few basic about `docker` and `docker-compose`
 
 ### Install
 
+Clone the current git repository and cd inside.
+
+Run `submodule init && submodule update`  *NOTE : this step might not be necessary at some point*
+
 Copy `.env.template` to `.env` and change variables to suit your need.
 
 You **MUST** set at least the `ANNOTOT_SECRET_KEY_BASE` to a random string, the rest is preconfigured for a local development environment.
-- 
GitLab