summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPekka <85409219+pekkakr@users.noreply.github.com>2021-06-12 12:16:54 +0300
committerGitHub <noreply@github.com>2021-06-12 11:16:54 +0200
commitd4f4ed014cecb600a5fb8541cff1f01bf2c46d54 (patch)
treeee48557519d2429475c3145515c272b754983e06 /doc
parent44d7c6d00f3ec919c6f70d32d084c26539aa58aa (diff)
Update buildWithDocker.md (#416)
Added a link to instructions for cloning the repo. The purpose was mainly to remind of the git submodule update.
Diffstat (limited to 'doc')
-rw-r--r--doc/buildWithDocker.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/buildWithDocker.md b/doc/buildWithDocker.md
index 7a2f3727..17fb53d9 100644
--- a/doc/buildWithDocker.md
+++ b/doc/buildWithDocker.md
@@ -13,7 +13,7 @@ Based on Ubuntu 18.04 with the following build dependencies:
The `infinitime-build` image contains all the dependencies you need. The default `CMD` will compile sources found in `/sources`, so you need only mount your code.
-This example will build the firmware, generate the MCUBoot image and generate the DFU file. Outputs will be written to **<project_root>/build/output**:
+This example will build the firmware, generate the MCUBoot image and generate the DFU file. For cloning the repo, see [these instructions](../doc/buildAndProgram.md#clone-the-repo). Outputs will be written to **<project_root>/build/output**:
```bash
cd <project_root> # e.g. cd ./work/Pinetime