diff --git a/README.md b/README.md index ebbe16bfb3fefd9770ace9145c2d2b4aa375f05d..06238f4c3fdf7ca3df85fa2e2493d691009a47c1 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,8 @@ A library for building FOSS Games, Educational Resources and Academic Experiment It's designed to be a fairly standard cmake project, so the standard cmake steps should work: ```bash -mkdir build -cd build -cmake .. -make +cmake -S . -B build -DCMAKE_BUILD_TYPE=Debug +cmake --build build ``` The library should also build the test scene (`demo`). There is a shellscript in the root of the