From 83deca8eafe12368f1ebfb6b51e4baba8e7409b5 Mon Sep 17 00:00:00 2001 From: Steph Enders Date: Sun, 26 Feb 2023 10:44:54 -0500 Subject: Add syntax to README code blocks --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index e9b13b0..e759a9f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # The Royal Game of Ur -``` +```text [ ][ ] [ ][ ][ ][ ] [ ][ ][ ][ ][ ][ ][ ][ ] [ ][ ] [ ][ ][ ][ ] @@ -23,7 +23,7 @@ Ur is built with SFML and cmake. You will need to install SFML libraries and cma Then configure cmake: -``` +```sh cmake . make ``` @@ -50,7 +50,7 @@ Additional SFML libs not used: On linux you can build the project for windows using mingw: -``` +```sh mkdir build-mingw cd build-mingw x86_64-w64-mingw-cmake -S ../ -B . @@ -63,6 +63,6 @@ You can run your windows build via wine64 by bundling your dll and the res folde To enable debug logging use the cmake flags: -``` +```sh cmake -DCMAKE_BUILD_TYPE=Debug ``` -- cgit v1.2.3-54-g00ecf