From 4e2834b77cf9c6cc0c80064431fc23ffb1e361ae Mon Sep 17 00:00:00 2001 From: Tony Wasserka Date: Fri, 8 Mar 2024 15:59:14 +0100 Subject: [PATCH] Readme: Fix formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 720679b..af9af50 100644 --- a/README.md +++ b/README.md @@ -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,