diff options
| author | Kieran Cawthray <kieranc@gmail.com> | 2021-06-16 14:33:34 (GMT) |
|---|---|---|
| committer | Kieran Cawthray <kieranc@gmail.com> | 2021-06-16 14:33:34 (GMT) |
| commit | f5d756928ffef032fb5ac85e73f9a68b7b8f64dc (patch) | |
| tree | 907608958d0be8a97a3d646c842fde3095cef939 /doc/buildWithDocker.md | |
| parent | f2d01166c380b72ebcb13ef649def88ff4cf2d21 (diff) | |
| parent | e90e8c7426f9a44e696b208a5b393a60476a3d43 (diff) | |
Merge remote-tracking branch 'upstream/develop' into pinetimestyle
Diffstat (limited to 'doc/buildWithDocker.md')
| -rw-r--r-- | doc/buildWithDocker.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/buildWithDocker.md b/doc/buildWithDocker.md index 7a2f372..17fb53d 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 |
