From 436c57aaa64a94986da485e714634ea92d51481c Mon Sep 17 00:00:00 2001
From: David Rouquet <david.rouquet@tetras-libre.fr>
Date: Tue, 10 Jan 2023 13:10:01 +0000
Subject: [PATCH] Update README.md

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index a746346..15f3f23 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@ Clone the current git repository and cd inside.
 *NOTE : the two following steps should become obsolete at some point*
 
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-submodule init && submodule update
+git submodule init && git submodule update
 bash build_deps.sh
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
-- 
GitLab