Skip to content

Commit

Permalink
Remove $
Browse files Browse the repository at this point in the history
  • Loading branch information
xluciano committed Oct 31, 2023
1 parent f7bd783 commit 5993932
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tools/fatfs_mkimage/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ However, if you are modifying the application, it is possible to build the proje

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

Expand All @@ -40,6 +40,6 @@ To build this application on Windows, run the following commands:

.. code-block:: console
$ cmake -G Ninja -B build
$ cd build
$ ninja
cmake -G Ninja -B build
cd build
ninja

0 comments on commit 5993932

Please sign in to comment.