diff --git a/Documentation/quickstart/compiling_cmake.rst b/Documentation/quickstart/compiling_cmake.rst index 6a4df5aadf8..86259aa6b1d 100644 --- a/Documentation/quickstart/compiling_cmake.rst +++ b/Documentation/quickstart/compiling_cmake.rst @@ -45,10 +45,10 @@ We can now build NuttX. To do so, you can simply run: .. code-block:: console $ cd nuttx - $ cmake --build build -t menuconfig + $ cmake --build build The build will complete by generating the binary outputs -inside ``build/nuttx`` directory. Typically this includes the ``nuttx`` +inside ``build/`` directory. Typically this includes the ``nuttx`` ELF file (suitable for debugging using ``gdb``) and a ``nuttx.bin`` file that can be flashed to the board.