From 7ef01d7357fbfa9c0d01b63ea5a5a8182c7be4e3 Mon Sep 17 00:00:00 2001 From: alvaro Date: Tue, 17 Nov 2020 18:54:58 +0100 Subject: [PATCH] feature: added Makefile in readme --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d7fb209..fc58388 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,20 @@ And that's all, simple installation. ## Usage +The new way: + +1. Use the new Makefile to compile running the following command +```sh +make +``` + +2. Use the Makefile to run the shell +```sh +make run +``` + +The old way: + 1. Compile ```sh gcc myshell.c libparser.a -static -o myshell @@ -93,7 +107,7 @@ gcc myshell.c libparser.a -static -o myshell ## Contributing -Contributions are closed as this is a project which has been already rated. But any suggestions are welcomed via email. +Contributions are closed as this is a project which has been already rated. But any suggestions are welcomed via email, as well as if you find a bug, it would be highly appreciated if it's reported! ## License