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: Update doc : init git submodule before build. diff --git a/doc/buildAndProgram.md b/doc/buildAndProgram.md index 72870e3..79ca519 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 ``` -- cgit v0.10.2