mcalc

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

Update README.md
Diffstat:
MREADME.md | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -1,8 +1,10 @@
 # Make matrix calculations on the command line!
 WARNING! Work in progress, it doesn't work at the moment!
 
-Matrix calculator is a simple interactive program that can perform matrix operations on the command line.
+matrix-calculator-cli is 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)
+
+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.