From 595b55ba8902ab221b2c6c8834d72a5ff7898e4b Mon Sep 17 00:00:00 2001 From: Malachi McNally <116006542+PlatinumVoyager@users.noreply.github.com> Date: Sat, 2 Mar 2024 12:55:29 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d119a00..7dc8dfe 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ This will let declaring the following define directive... ```c #include "raylib.h" ``` -...to work correctly, as quietweeper does not rely on static compilation pre-runtime. +...working correctly, as quietweeper does not rely on static compilation pre-runtime. There is no associated `Makefile` within QuietWeeper's main directory as of version `1.2.2`. For now you will have to manually start the build process yourself via executing: * `gcc -std=c11 quietweeper.c -o quietweeper -I./include -lraylib -lGL -lm -lpthread -ldl -lrt -lX11 -lcivetweb -s`