From 21f71be7e7872176d7aac102f5da2614d8c9b287 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Manuel=20Tom=C3=A1s?= Date: Sat, 13 Aug 2022 20:42:28 -0300 Subject: Fix bug making program unable to quit --- readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) mode change 100755 => 100644 readme.md (limited to 'readme.md') diff --git a/readme.md b/readme.md old mode 100755 new mode 100644 index f251d95..2e85c42 --- a/readme.md +++ b/readme.md @@ -1,4 +1,4 @@ -Compilation: gcc -o life -lSDL2 life.c +Compilation: issue the ```make``` command Usage: life B S @@ -25,3 +25,5 @@ Keybindings: left mouse button draw right mouse button erase + + q quit -- cgit v1.2.3