From b0235a97cbafbdf54a859265793b220c74cd0de9 Mon Sep 17 00:00:00 2001 From: gbaconni Date: Fri, 22 Oct 2021 10:56:37 +0200 Subject: [PATCH] 2021-10-22 10:56:36 --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 249d600..bb464a2 100644 --- a/README.md +++ b/README.md @@ -2,15 +2,24 @@ Unit Testing for 42 Projects -## libft +## LibFT Unit Testing -Library Forty-Two like a mini Libc for string and memory +Library Forty-Two like a mini Libc for string and memory functions. + +- [libft](https://vogsphere.baco.net/baco/42test/src/branch/master/libft) ## Setup Get it ``` git clone --recurse-submodules https://vogsphere.baco.net/baco/42test.git +cd 42test + +# -OR- + +git clone https://vogsphere.baco.net/baco/42test.git +cd 42test git submodule update --init + ```