summaryrefslogtreecommitdiff
path: root/doc/buildAndProgram.md
diff options
context:
space:
mode:
authorJF <jf@codingfield.com>2021-02-24 19:28:59 (GMT)
committerGitea <gitea@fake.local>2021-02-24 19:28:59 (GMT)
commitb89c92b71d82b4e3bf612519a5cf9b2f12886168 (patch)
tree4c2dcc1eb05d57bc5c4f4de3635964c0fddba0e3 /doc/buildAndProgram.md
parent9d7955b6c0128a72475742495dabb57134dbe56d (diff)
parente8a8a8417fe24228a589f1752a744ada204c7f22 (diff)
Merge branch 'develop' of JF/PineTime into master
Diffstat (limited to 'doc/buildAndProgram.md')
-rw-r--r--doc/buildAndProgram.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/buildAndProgram.md b/doc/buildAndProgram.md
index 4676281..07b4407 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
```