diff --git a/README.md b/README.md index 5fdc02b..249d600 100644 --- a/README.md +++ b/README.md @@ -6,3 +6,11 @@ Unit Testing for 42 Projects Library Forty-Two like a mini Libc for string and memory +## Setup + +Get it +``` +git clone --recurse-submodules https://vogsphere.baco.net/baco/42test.git +git submodule update --init +``` + diff --git a/libft/README.md b/libft/README.md index 6782c60..86751fc 100644 --- a/libft/README.md +++ b/libft/README.md @@ -6,9 +6,6 @@ Create a link to the base of your libft (the one with libft.a and all ft_ and Makefile files) ``` -git clone --recurse-submodules https://vogsphere.baco.net/baco/42test.git -git submodule update --init - cd 42test/libft ln -snf $(find ~ -mindepth 2 -maxdepth 4 -name libft.h -exec dirname "{}" \; 2>/dev/null | head -n1) libft