mcalc

simple interactive program to perform matrix operations. (WIP)
Index Commits Files Refs README LICENSE
commit ac247b9fd1f51db776ff5dbf1479f6bd65ad988d
parent 96afa8e4330d5dd38f308065e2ae202118d7612c
Author: klewer-martin <martin.cachari@gmail.com>
Date:   Fri, 23 Apr 2021 01:52:57 -0300

Merge branch 'master' of https://github.com/klewer-martin/matrix-calculator-cli
Merge neccesary;

Diffstat:
MREADME.md | 7++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
@@ -1,10 +1,11 @@
 # Make matrix calculations on the command line!
 WARNING! Work in progress, it doesn't work at the moment!
 
-matrix-calculator-cli is a simple interactive program written in C, that can perform matrix operations on the command line.
+matrix-calculator-cli it's a simple interactive program written in C, that can perform matrix operations on the command line.
 
 The main prompt looks something like this:
 
-![alt text](https://github.com/klewer-martin/matrix-calculator-cli/blob/main/matrix-calculator.png?raw=true)
+![alt text](https://github.com/klewer-martin/matrix-calculator-cli/blob/master/matrix-calculator.png?raw=true)
 
-To install it you will need a C compiler(e.g. gcc, clang), GNU make, and the source code that you can download from this repo, the you simply navigate to the download folder and compile the program with running $ make.
+To install it you will need a C compiler(e.g. gcc, clang), GNU make, and the source code that you can download from this repo, then you navigate to the downloaded folder with the terminal of you choice and compile the program running the command:
+  $ make.