aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLionel Elie Mamane <lionel@mamane.lu>2024-11-03 19:21:00 +0100
committerJF <JF002@users.noreply.github.com>2025-03-21 17:32:07 +0100
commite06dd405bc9548ad6e1250b01d6132fbe032bc4d (patch)
tree54426438dd415c0277a0c8df74450dfb7e0b37f6 /doc
parentc0638c600707805b84757177c3e1ea61e1e026e0 (diff)
make cmake command coherent with previous documentation
Diffstat (limited to 'doc')
-rw-r--r--doc/buildAndProgram.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/buildAndProgram.md b/doc/buildAndProgram.md
index 69e4bfd8..b588b649 100644
--- a/doc/buildAndProgram.md
+++ b/doc/buildAndProgram.md
@@ -66,7 +66,7 @@ DFU files are the files you'll need to install your build of InfiniTime using OT
#### CMake command
```
-cmake -DARM_NONE_EABI_TOOLCHAIN_PATH=... -DNRF5_SDK_PATH=...
+cmake -DARM_NONE_EABI_TOOLCHAIN_PATH=... -DNRF5_SDK_PATH=... -S ..
```
### Build the project