diff options
| author | Riku Isokoski <riksu9000@gmail.com> | 2021-07-25 17:01:09 (GMT) |
|---|---|---|
| committer | Riku Isokoski <riksu9000@gmail.com> | 2021-07-25 17:01:09 (GMT) |
| commit | a1ba187c47ddad932fc38247d969bb9888860698 (patch) | |
| tree | 6479d302c81fc8e9700854b1682542cdc9c4b6ea /doc/buildWithDocker.md | |
| parent | e4d9636e8258c25efbd79d26a8167b17fe7252c8 (diff) | |
| parent | 7b75ca591d31ccd8883a1a1ff83cfd271959dbaa (diff) | |
Merge branch 'develop' into new_touch_handler
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 17fb53d..2e4ecbb 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. For cloning the repo, see [these instructions](../doc/buildAndProgram.md#clone-the-repo). 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 |
