Skip to content

Commit d4f4ed0

Browse files
authored
Update buildWithDocker.md (#416)
Added a link to instructions for cloning the repo. The purpose was mainly to remind of the git submodule update.
1 parent 44d7c6d commit d4f4ed0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/buildWithDocker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Based on Ubuntu 18.04 with the following build dependencies:
1313

1414
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.
1515

16-
This example will build the firmware, generate the MCUBoot image and generate the DFU file. Outputs will be written to **<project_root>/build/output**:
16+
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**:
1717

1818
```bash
1919
cd <project_root> # e.g. cd ./work/Pinetime

0 commit comments

Comments
 (0)