fixing compil lines in readme

This commit is contained in:
Clément Le Bihan
2021-06-01 14:01:56 +02:00
parent f13ab8d5fd
commit 7dd4d089ab
+4 -1
View File
@@ -36,7 +36,10 @@ cd Bomberman
Create `build` dir and compile using CMake
```bash
mkdir build && cd build && cmake .. && make
mkdir build
cd build
cmake ..
cmake --build .
```
Enjoy !