Update README.md

This commit is contained in:
MihailRis 2023-12-25 00:07:40 +03:00 committed by GitHub
parent abbe4021ba
commit ce26f0c227
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ git clone --recursive https://github.com/MihailRis/VoxelEngine-Cpp.git
cd VoxelEngine-Cpp
mkdir build
cd build
cmake ..
cmake -DCMAKE_BUILD_TYPE=Release ..
cmake --build .
```