9511_project01

project 1 for algorithms & programming I (9511) prof. Cardozo
Index Commits Files Refs README
commit ec3a5fad195b73ddbce79c3952835cb33e742c81
parent 67d0597863e38ab94baf04ae11122265af00bd14
Author: Martin J. Klöckner <64109770+klewer-martin@users.noreply.github.com>
Date:   Tue,  9 Feb 2021 18:06:01 -0300

Update README.md
Diffstat:
MREADME.md | 26++++++++++++--------------
1 file changed, 12 insertions(+), 14 deletions(-)
diff --git a/README.md b/README.md
@@ -14,31 +14,29 @@ Bibliography:
 
 "The C programming language" - Brian W. Kernighan & Dennis Ritchie.
 
+Installation:
+
+NOTE: You need to have installed gcc in order to compile the application.  
+Install it and make shure you have gcc added to path to execute it from
+terminal/cmd.
 
 Linux installation:
 
 Arch based distros:
     
-        .Install base-devel, git(not neccesary unless you want to clone
-         the repo).
+    Install base-devel, git(not neccesary unless you want to clone the repo).
          
-        .Clone repo from terminal or download the .zip file and unzip
-         it.
+    Clone repo from terminal or download the .zip file and unzip it.
          
-        .Navigate to the folder and open a terminal there, run
-        'make install'.
+    Navigate to the folder and open a terminal there, run 'make install'.
 
 Windows installation:
 
-You need to have installed gcc in order to compile the application.  
-Install it and make shure you have gcc added to path to execute it from
-cmd.
-
-Installing in windows:
-
-    .Downlaod .zip file and unzip it or clone repo.
+    Downlaod .zip file and unzip it or clone repo.
+    
+    Navigate to the downloaded folder.
     
-    .Execute 'make.bat'.
+    Execute 'make.bat'.
 
     
 NAME