From a728eae22e51a74a77338ada3f07f424744eae45 Mon Sep 17 00:00:00 2001 From: Ole Morud Date: Tue, 7 Jun 2022 12:40:37 +0200 Subject: [PATCH] update README with compile instructions --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f3c6989..34ebf08 100644 --- a/README.md +++ b/README.md @@ -1 +1,8 @@ -Program that draws a line on a grid in C 😳😳😳🤯🤯🤯 +## Program that draws a line on a grid in C 😳😳😳🤯🤯🤯 + +## Compile and run +```sh +make +cd bin +./graphics +```