We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58a90a4 commit f4c3228Copy full SHA for f4c3228
cmake/README.md
@@ -33,6 +33,6 @@ Prerequisities:
33
- mbed-tools >3.2.0
34
35
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 .`
+1. To create Mbed OS configuration: `mbedtools configure -m target_name -t toolchain_name`
+2. Run CMake to create the project files and build the project using Ninja: `mkdir build && cd build && cmake .. -GNinja && cmake --build .`
38
0 commit comments