From 238ae68c8e5d260bd8b6761f0e3147e100d127e3 Mon Sep 17 00:00:00 2001 From: _N3m0 Date: Mon, 18 Mar 2024 13:52:08 +0100 Subject: [PATCH] update readme for config --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4cfd26e..ac00263 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,12 @@ Oh no, my os doesn't comme with minesweeper preinstalled, let's make it myself. all of these action can be done with the menu bar -# building +# Configuration + +You can change the path to the ressource directory, record file and screenshot file name +by changing the corresponding macro at the top of [main.c](main.c) + +# Building You need to install [raylib v5](https://github.com/raysan5/raylib/releases/tag/5.0), but any version should work.