]> git.lizzy.rs Git - dragonblocks_alpha.git/commitdiff
Fix typo in BUILDING.md
authorElias Fleckenstein <eliasfleckenstein@web.de>
Sat, 25 Sep 2021 20:18:48 +0000 (22:18 +0200)
committerElias Fleckenstein <eliasfleckenstein@web.de>
Sat, 25 Sep 2021 20:18:48 +0000 (22:18 +0200)
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
 ```