aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2019-11-01 17:21:52 +0100
committerCharles <sircharlesaze@gmail.com>2019-11-01 17:23:57 +0100
commit762ff2fcaf45d6b94fb580e168baf3f01ebd61e1 (patch)
tree89f02b4319104e4cc1c612286b859cbe59304aa0 /README.md
parent573d059fc002343f280945a6a58482c7e018566c (diff)
downloadft_printf_test-762ff2fcaf45d6b94fb580e168baf3f01ebd61e1.tar.gz
ft_printf_test-762ff2fcaf45d6b94fb580e168baf3f01ebd61e1.tar.bz2
ft_printf_test-762ff2fcaf45d6b94fb580e168baf3f01ebd61e1.zip
Added README.md and .gitignore
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`