From 5993932923a8dd7c8f840978575683c5f8c9483a Mon Sep 17 00:00:00 2001 From: lucianomartin Date: Tue, 31 Oct 2023 20:53:49 +0000 Subject: [PATCH] Remove $ --- tools/fatfs_mkimage/README.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tools/fatfs_mkimage/README.rst b/tools/fatfs_mkimage/README.rst index ca7f79b6..51dbd9b8 100644 --- a/tools/fatfs_mkimage/README.rst +++ b/tools/fatfs_mkimage/README.rst @@ -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:: @@ -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