Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mendes-jv authored Aug 2, 2023
1 parent f2474f4 commit ad0b531
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,8 @@ Ft_Printf is the third project at 42. In short, this project consists of coding

## How to execute:

[!WARNING] This project uses an old [libft](https://github.com/mendes-jv/libft) version as a dependency. The most recent version of [libft](https://github.com/mendes-jv/libft) has ft_printf added in its source code.

First, clone this repository and `cd` into it:

```zsh
Expand Down Expand Up @@ -204,4 +206,3 @@ Or
```sh
gcc -Wall -Werror -Wextra main.c src/bonus/ft_printf_bonus.c libftprintf.a && ./a.out
```
This functions is also avaliable to use at my other 42 project called [Libft](https://github.com/mendes-jv/libft).

0 comments on commit ad0b531

Please sign in to comment.