From cf997f92cd283f36eae1a6cb6bacc3c940625488 Mon Sep 17 00:00:00 2001 From: marvin Date: Fri, 22 Oct 2021 11:36:56 +0200 Subject: [PATCH] 2021-10-22 11:36:56 --- README.md | 2 +- libft/README.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 15c18ee..e80f9bd 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ git config user.email "marvin@42lausanne.ch" ``` cd 42test -git pull +make update ``` ## LibFT Unit Testing diff --git a/libft/README.md b/libft/README.md index b6ca4af..5b1e684 100644 --- a/libft/README.md +++ b/libft/README.md @@ -16,6 +16,13 @@ ln -snf ../../42/libft/git libft ln -snf ../libft libft ``` +## Update + +``` +cd 42test/libft +make update +``` + ## Usage ```