make cmake command coherent with previous documentation

This commit is contained in:
Lionel Elie Mamane 2024-11-03 19:21:00 +01:00 committed by JF
parent c0638c6007
commit e06dd405bc

View file

@ -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