Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Special thanks to Felipe Aguilar. May you rest in peace, my friend. You'll always be remembered.
  • Loading branch information
julianamilson authored Sep 7, 2022
1 parent 97c4d74 commit 5f54d94
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
<div align=center>

<h1>Libft</h1>
<h1>Libft</h1>

<img src=https://github.com/julianamilson/julianamilson_utils/blob/master/libft.png alt="Libft's badge">
<br>
<p>The first 42 cursus' project aims to code a C library, regrouping usual functions that the students use for all the next projects.</p>
<img src=https://github.com/julianamilson/julianamilson_utils/blob/master/100.png alt="score">
<img src=https://github.com/julianamilson/julianamilson_utils/blob/master/libft.png alt="Libft's badge"><br>
<p>The first 42 cursus' project aims to code a C library, regrouping usual functions that the students use for all the next projects.</p>
<img src=https://github.com/julianamilson/julianamilson_utils/blob/master/100.png alt="score">
</div>

## How to compile it

1. Copy this repository on your terminal. <br>
`git clone https://github.com/julianamilson/42-libft`<br>
2. Enter on *42-Libft* repository on your computer, then compile it.<br>
`cd 42-Libft`<br>
`make`<br>
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`

0 comments on commit 5f54d94

Please sign in to comment.