Skip to content

Commit 61db207

Browse files
committed
Fixing README
1 parent 163fdeb commit 61db207

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,15 @@ If you're building using CMake, things should be pretty much ready to go, with t
4545

4646
For the most simple you could do the following:
4747

48-
```cmake .
48+
```
49+
cmake .
4950
make
5051
```
5152

5253
If you're wanting a little more clean build, with the source directory being kept clean, you could do the following:
5354

54-
```mkdir build
55+
```
56+
mkdir build
5557
cd build
5658
cmake -S ../ -B ./
5759
make

0 commit comments

Comments
 (0)