diff --git a/README.md b/README.md
index 711d7da..a1030ca 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,18 @@
-
Libft
+
Libft
-
-
-
The first 42 cursus' project aims to code a C library, regrouping usual functions that the students use for all the next projects.
-
+
+
The first 42 cursus' project aims to code a C library, regrouping usual functions that the students use for all the next projects.
+
+
+## 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`