summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorJuan Manuel Tomás <jtomas1815@gmail.com>2022-08-13 20:42:28 -0300
committerJuan Manuel Tomás <jtomas1815@gmail.com>2022-08-13 20:42:28 -0300
commit21f71be7e7872176d7aac102f5da2614d8c9b287 (patch)
tree8a49ac4036f5c28789c510da13620d5ac08b56e8 /readme.md
parente7307d06c5c90d9a02ba2d9c107491347983c14e (diff)
downloadlife-21f71be7e7872176d7aac102f5da2614d8c9b287.tar.gz
life-21f71be7e7872176d7aac102f5da2614d8c9b287.zip
Fix bug making program unable to quitHEADmaster
Diffstat (limited to 'readme.md')
-rw-r--r--[-rwxr-xr-x]readme.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index f251d95..2e85c42 100755..100644
--- 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