Browse Source

Update README.md

pull/1/head
Vissarion Moutafis 5 years ago
committed by GitHub
parent
commit
beae253ecb
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      README.md

6
README.md

@ -20,7 +20,7 @@ You need to install the following two packages:
- gcc : C\C++ compiler - gcc : C\C++ compiler
- make : instalation tool - make : instalation tool
Open up a terminal and type the folllowing commands Open up a terminal and type the folllowing commands
```
```shell
~$ sudo apt update && sudo apt upgrade ~$ sudo apt update && sudo apt upgrade
#Now to install compiler and instalation tool #Now to install compiler and instalation tool
~$ sudo apt-get install gcc make ~$ sudo apt-get install gcc make
@ -34,7 +34,7 @@ Now you are ready to use the repo.
## Downloading, Instalation and Running the Program ## Downloading, Instalation and Running the Program
Now we will install and run teh program, but first let's download the repo: 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 ~$ git clone https://github.com/VissaMoutafis/Snake_Game_in_Cpp
~$ cd Snake_Game_in_Cpp ~$ cd Snake_Game_in_Cpp
~$ make run ~$ make run
@ -43,7 +43,7 @@ Now we will install and run teh program, but first let's download the repo:
and enjoy playing! and enjoy playing!
__Note__: You might want to delete the objective files and keep only the src part. In that case: __Note__: You might want to delete the objective files and keep only the src part. In that case:
```
```shell
~$ make clean ~$ make clean
``` ```
and you are set. and you are set.

Loading…
Cancel
Save