We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37e1763 commit c968ac0Copy full SHA for c968ac0
1 file changed
README.md
@@ -16,15 +16,15 @@ A few small rulechanges where applied with limited impact on the gameplay.
16
17
The project was build and tested on linux with the following compile command:
18
19
-´´´
+```
20
g++ monopoly.cpp -o monopoly --std=c++11
21
22
23
Furthermore CMake is available and tested with linux and the following compile commands:
24
25
26
cmake -S . -B build
27
cmake --build build
28
29
30
-Windows support is not available due to an utf-8 encoding issue with the player model.
+Windows support is not available due to an utf-8 encoding issue with the player model.
0 commit comments