From beae253ecbbfacd0e19bf22de7bc8229619b4d5f Mon Sep 17 00:00:00 2001 From: Vissarion Moutafis <44686370+VissaMoutafis@users.noreply.github.com> Date: Fri, 21 Feb 2020 18:51:43 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 101c242..61cd385 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ You need to install the following two packages: - gcc : C\C++ compiler - make : instalation tool Open up a terminal and type the folllowing commands -``` +```shell ~$ sudo apt update && sudo apt upgrade #Now to install compiler and instalation tool ~$ sudo apt-get install gcc make @@ -34,7 +34,7 @@ Now you are ready to use the repo. ## Downloading, Instalation and Running the Program Now we will install and run teh program, but first let's download the repo: -``` +```shell ~$ git clone https://github.com/VissaMoutafis/Snake_Game_in_Cpp ~$ cd Snake_Game_in_Cpp ~$ make run @@ -43,7 +43,7 @@ Now we will install and run teh program, but first let's download the repo: and enjoy playing! __Note__: You might want to delete the objective files and keep only the src part. In that case: -``` +```shell ~$ make clean ``` and you are set.