From c18f4e5811dbd388e3b4acc29b1fab68279ec405 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Fran=C3=A7ois=20Milants?= Date: Tue, 23 Feb 2021 22:37:21 +0100 Subject: [PATCH] Update doc : init git submodule before build. --- doc/buildAndProgram.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/buildAndProgram.md b/doc/buildAndProgram.md index 72870e3d..79ca519d 100644 --- a/doc/buildAndProgram.md +++ b/doc/buildAndProgram.md @@ -10,6 +10,7 @@ To build this project, you'll need: ``` git clone https://github.com/JF002/Pinetime.git cd Pinetime +git submodule update --init mkdir build cd build ```