mcalc

simple interactive program to perform matrix operations. (WIP)
Index Commits Files Refs README LICENSE
commit 752a7093723f2467f3a12287ffb0b1f2a72899ff
parent 7f76dc1f7d38ae6d1361666a69fcb9510686e89b
Author: Martin J. Klöckner <64109770+klewer-martin@users.noreply.github.com>
Date:   Fri, 23 Apr 2021 01:49:40 -0300

Update README.md
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.