summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
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
```