Readme: Fix formatting

This commit is contained in:
Tony Wasserka 2024-03-08 15:59:14 +01:00
parent ddbce2861e
commit 4e2834b77c

View file

@ -6,7 +6,7 @@ CMake and Conan 2 are required to build Mikage.
* `mkdir build`
* `cd build`
* `conan install .. -of . --build=missing` (add `-s build_type=Debug` for Debug builds)
* `cmake -DCMAKE_BUILD_TYPE=Release .. -G Ninja -DCMAKE_PREFIX_PATH=\`realpath .\``
* ``cmake -DCMAKE_BUILD_TYPE=Release .. -G Ninja -DCMAKE_PREFIX_PATH=`realpath .` ``
* `ninja`
The Conan install may fail if the shaderc package cannot be found. In this case,