Skip to content

Commit

Permalink
remove $ sign in the rst file
Browse files Browse the repository at this point in the history
  • Loading branch information
code4yonglei committed Oct 1, 2024
1 parent eeffb55 commit 80aeb9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file removed content/code/00_hello-world/cxx/.DS_Store
Binary file not shown.
4 changes: 2 additions & 2 deletions content/hello-cmake.rst
Original file line number Diff line number Diff line change
Expand Up @@ -94,13 +94,13 @@ Hello, CMake!

.. code-block:: bash
$ cmake -S. -Bbuild
cmake -S. -Bbuild
6. And finally build our executable:

.. code-block:: bash
$ cmake --build build
cmake --build build
Expand Down

0 comments on commit 80aeb9d

Please sign in to comment.