From 73924ed0a62a0088606d392ad4282a9bacd43452 Mon Sep 17 00:00:00 2001 From: Alessandro Mauri Date: Fri, 16 Jul 2021 12:42:47 +0200 Subject: [PATCH] why do I push without checking --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0025866..659c9e4 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ You will need: - SDL2 - A c11 compiler (gcc or clang) - make + To build run `make`, to install `make install` with root privileges and to uninstall `make uninstall` also with root privileges. To clean the mess run `make clean`.