Skip to content

Commit 3b19991

Browse files
Update tools/cmake/README.md
Co-authored-by: Hugues Kamba <[email protected]>
1 parent ec45413 commit 3b19991

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/cmake/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ $ mbedtools configure -t <TOOLCHAIN> -m <MBED_TARGET>
9292
```
9393
* Run the following command to build the test binary with the baremetal profile
9494
```
95-
touch mbed-os.lib && mkdir build && cd build && cmake .. -G Ninja -DMBED_BAREMETAL_GREENTEA_TEST=ON && cmake --build .
95+
touch mbed-os.lib && mkdir cmake_build && cd cmake_build && cmake .. -G Ninja -DMBED_BAREMETAL_GREENTEA_TEST=ON && cmake --build .
9696
```
9797
9898
Note: These steps will change when `mbedtools` implements a sub-command to invoke Greentea tests

0 commit comments

Comments
 (0)