]> git.lizzy.rs Git - dragonblocks_alpha.git/commitdiff
Fix install command in README.md
authorElias Fleckenstein <eliasfleckenstein@web.de>
Sun, 28 Mar 2021 10:29:46 +0000 (12:29 +0200)
committerElias Fleckenstein <eliasfleckenstein@web.de>
Sun, 28 Mar 2021 10:29:46 +0000 (12:29 +0200)
README.md

index f3a40a83dd8f1bfd3964976481675b5f854518fd..894a64076df6216a2a3a3b114bd8b99eb4486586 100644 (file)
--- a/README.md
+++ b/README.md
@@ -19,6 +19,7 @@ Interrupt handlers for SIGINT und SIGTERM are implemented.
 ## Dependencies
 
 The client depends on GLFW3, OpenGL and GLEW.
+
 ```bash
 sudo apt install libgl1-mesa-dri libglfw3 libglew2.1
 ```