]> git.lizzy.rs Git - dragonblocks_alpha.git/blobdiff - BUILDING.md
Improve boulder generation and multiple meshgen threads
[dragonblocks_alpha.git] / BUILDING.md
index 2f8aaa7a0ac628275fd929faba2c1e8b0201734b..8ef0c3e77390cd696a820ab94c470483e2359209 100644 (file)
@@ -2,7 +2,7 @@
 
 CMake is used for compiling. Make sure to clone the repository recursively:
 
-``bash
+```bash
 git clone --recurse-submodules https://github.com/dragonblocks/dragonblocks_alpha.git
 ```