Skip to content

Commit

Permalink
fix typo in README.md (AcademySoftwareFoundation#1575)
Browse files Browse the repository at this point in the history
* fix typo in README.md

change make -> cmake

Signed-off-by: Barnaby Robson <[email protected]>

* removes mkdir.

Suggested by Milos in review. I tested it and it works.

Signed-off-by: Barnaby Robson <[email protected]>

---------

Signed-off-by: Barnaby Robson <[email protected]>
Signed-off-by: An Nguyen <[email protected]>
  • Loading branch information
barnabyrobson authored and annguyen-ilm committed Oct 24, 2023
1 parent 21182db commit 4c0c49e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ The `CMakeLists.txt` to build:

To build:

$ mkdir _build
$ cmake -S . -B _build
$ cmake --build _build

Expand Down

0 comments on commit 4c0c49e

Please sign in to comment.