diff --git a/README.md b/README.md index b89acf7..976469d 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,6 @@ Summary: This project is about programming a function that returns a line read from a file descriptor. + +## To run the program : +``` gcc main.c get_next_line.c get_next_line_utils.c -D BUFFER_SIZE=1337 && ./a.out ```