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`.