diff --git a/libft/README.md b/libft/README.md index 0004604..6782c60 100644 --- a/libft/README.md +++ b/libft/README.md @@ -6,6 +6,11 @@ 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 # You can also specify the path to your libft @@ -17,6 +22,8 @@ ln -snf ../libft libft ## Usage ``` +cd 42test/libft + make test # or