]> git.lizzy.rs Git - dragonblocks-bedrock.git/commitdiff
Update README.md
authorEliasFleckenstein03 <54945686+EliasFleckenstein03@users.noreply.github.com>
Sat, 25 Apr 2020 17:08:02 +0000 (19:08 +0200)
committerGitHub <noreply@github.com>
Sat, 25 Apr 2020 17:08:02 +0000 (19:08 +0200)
README.md

index e6738ff4352521577552e772b4b275f9aaa759f7..3189850ed19c1fd19e801da53f1e963647af1035 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,4 +1,5 @@
 # DRAGONBLOCKS BEDROCK EDITION
+Written in C++  
 An Open Source Project by Elias Fleckenstein
 ## General
 ### What this is about
@@ -31,21 +32,21 @@ This Game was developed on linux, therefore following instructions are only for
 You can download the game using git:
 `$ git clone https://github.com/EliasFleckenstein03/dragonblocks.git`
 ### Dependencies:
-You need Freeglut, OpenGl, Cmake, Liblua and Libpng. If you are on Debian/Ubuntu You can install them over apt: 
+You need Freeglut, OpenGl, Cmake, Liblua and Libpng.  If you are on Debian/Ubuntu You can install them over apt:   
 `$ sudo apt install liblua5.3-dev freeglut3-dev libgl1-mesa-dev cmake libpng-dev`
 ### Building
-to Build dragonblocks run:
-`$ cmake .`
-`$ make`
+to Build dragonblocks run:  
+`$ cmake .`  
+`$ make`  
 ### Exectute
 #### Run-In-Place
-Invoke dragonblocks by typing:
-`$ bin/dragonblocks --worldname <your_worldname>`
-To see a list of worlds do:
-`$ bin/dragonblocks --worldlist`
-You can select a world from this list or create a new one.
-For more info run:
+Invoke dragonblocks by typing:  
+`$ bin/dragonblocks --worldname <your_worldname>`  
+To see a list of worlds do:  
+`$ bin/dragonblocks --worldlist`  
+You can select a world from this list or create a new one.  
+For more info run:  
 `$ bin/dragonblocks --help`
 #### Installation
-You can install dragonblocks by doing:
+You can install dragonblocks by doing:  
 `$ sudo ./install.sh`