Skip to content

Commit f4c3228

Browse files
committed
cmake readme: fix steps
1 parent 58a90a4 commit f4c3228

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmake/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ Prerequisities:
3333
- mbed-tools >3.2.0
3434

3535
From the application root run the following:
36-
1. To create Mbed OS configuration: `mbedtools configure -m target_name -t toolchain name`
37-
2. Run CMake to create the project files and build the project: `mkdir build && cd build && cmake .. -GNinja && cmake --build .`
36+
1. To create Mbed OS configuration: `mbedtools configure -m target_name -t toolchain_name`
37+
2. Run CMake to create the project files and build the project using Ninja: `mkdir build && cd build && cmake .. -GNinja && cmake --build .`
3838

0 commit comments

Comments
 (0)