Skip to content

Commit

Permalink
[README] Fix typo in debug build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
armansito authored and hollasch committed Mar 17, 2024
1 parent 57a68e8 commit 94b510c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ On Windows:
```shell
$ cmake -B build
$ cmake --build build --config Release # Create release binaries in `build/Release`
$ cmake --build build --config Debug # Create release binaries in `build/Debug`
$ cmake --build build --config Debug # Create debug binaries in `build/Debug`
```

On Linux / macOS:
Expand Down

0 comments on commit 94b510c

Please sign in to comment.