summaryrefslogtreecommitdiff
path: root/doc/buildWithDocker.md
diff options
context:
space:
mode:
authorRiku Isokoski <riksu9000@gmail.com>2021-08-03 09:16:40 (GMT)
committerRiku Isokoski <riksu9000@gmail.com>2021-08-03 09:16:40 (GMT)
commit10b5d30ec31fcd98343eee46c135659004fae19f (patch)
treecaae74e1dd3b1eec1c6c6376cb7760d03f6992a9 /doc/buildWithDocker.md
parentfc93bdbbbac9b19530db18f17817ffe2c17260c4 (diff)
parent514481ef7f9c71ad816b31d979c6ab39ce9380dd (diff)
Merge branch 'develop' into refresh_rework
Diffstat (limited to 'doc/buildWithDocker.md')
-rw-r--r--doc/buildWithDocker.md2
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