aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..a6e7397
--- /dev/null
+++ b/README.md
@@ -0,0 +1,17 @@
+# ft_printf test
+
+Unit test for the ft_printf project of 42 school.
+
+## Usage
+
+Clone this repo such that:
+
+```
+`
+|- ft_printf_test/
+|- ft_printf/
+```
+
+or modify the `FT_PRINTF_PATH` variable in the Makefile
+
+`> make run`