From 5f54d948e7ae9cf6428a2b117a3b1a749e6a7be6 Mon Sep 17 00:00:00 2001 From: Juliana Milson <67876847+julianamilson@users.noreply.github.com> Date: Tue, 6 Sep 2022 22:01:01 -0300 Subject: [PATCH] Update README.md Special thanks to Felipe Aguilar. May you rest in peace, my friend. You'll always be remembered. --- README.md | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 711d7da..a1030ca 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,18 @@
-

Libft

+

Libft

-Libft's badge -
-

The first 42 cursus' project aims to code a C library, regrouping usual functions that the students use for all the next projects.

-score + Libft's badge
+

The first 42 cursus' project aims to code a C library, regrouping usual functions that the students use for all the next projects.

+ score
+ +## How to compile it + +1. Copy this repository on your terminal.
+`git clone https://github.com/julianamilson/42-libft`
+2. Enter on *42-Libft* repository on your computer, then compile it.
+`cd 42-Libft`
+`make`
+3. It's ready to be used! In order to import it to your project, call the path of the compiled file `libft.h` +4. Don't need it anymore? `make fclean`