summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-François Milants <jf@codingfield.com>2021-02-23 22:37:21 +0100
committerJean-François Milants <jf@codingfield.com>2021-02-23 22:37:21 +0100
commitc18f4e5811dbd388e3b4acc29b1fab68279ec405 (patch)
tree6363ca5bceacde9ef5baaa95315cd9dc4497e85e
parent094f98743db630cf070d9fe97e14b24db6450112 (diff)
Update doc : init git submodule before build.
-rw-r--r--doc/buildAndProgram.md1
1 files changed, 1 insertions, 0 deletions
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
```