From 96a26cea5cb98940624d28ec3907c7c4d19dd22f Mon Sep 17 00:00:00 2001 From: Pihkaal Date: Wed, 11 Mar 2026 19:05:30 +0100 Subject: [PATCH] chore: update readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9606b1f..777d895 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # raylib speedruns Bouncing logos in different programming languages. -Get raylib at https://github.com/raysan5/raylib. Idea stolen from https://tsoding.github.io. \ No newline at end of file +Get raylib at https://github.com/raysan5/raylib. Idea stolen from https://tsoding.github.io. + +All projects are build using `make`, so all commands you need are inside `Makefile`s.