Skip to content

Commit

Permalink
Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
xluciano committed Oct 31, 2023
1 parent 239fb98 commit 2f451c5
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions tools/fatfs_mkimage/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,12 @@ This application is typically built and installed from tools/install.

However, if you are modifying the application, it is possible to build the project using CMake. To build this application on Linux and MacOS, run the following commands:

.. tab:: Linux and MacOS

.. code-block:: console
.. code-block:: console
$ cmake -B build
$ cd build
$ make -j
$ cmake -B build
$ cd build
$ make -j
.. note::

Expand All @@ -37,10 +36,9 @@ install with ``winget`` by running the following commands in *PowerShell*:
# Reload user Path
$env:Path=[System.Environment]::GetEnvironmentVariable("Path","User")
.. tab:: doscon
.. code-block:: x86 native tools command prompt
.. code-block:: x86 native tools command prompt

$ cmake -G Ninja -B build
$ cd build
$ ninja
$ cmake -G Ninja -B build
$ cd build
$ ninja

0 comments on commit 2f451c5

Please sign in to comment.