From 6b0e81c5f877805feb17fec5cd69630049b5b5f4 Mon Sep 17 00:00:00 2001 From: EliasFleckenstein03 <54945686+EliasFleckenstein03@users.noreply.github.com> Date: Sat, 25 Apr 2020 19:08:02 +0200 Subject: [PATCH] Update README.md --- README.md | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index e6738ff..3189850 100644 --- 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 ` -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 ` +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` -- 2.44.0