From d450744041bb047f62c37905736a12c4b7fdd59a Mon Sep 17 00:00:00 2001 From: Nanogamer7 <45211068+Nanogamer7@users.noreply.github.com> Date: Thu, 11 Jan 2024 16:12:49 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7f98a6b..bc145bd 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ ##### Compiling: ```sh -git submodule update --init # only needed once +git submodule update --init --recursive # only needed once cmake -S . -B build cmake --build build ``` For Windows systems using MinGW the flag `-G "MinGW Makefiles"` has to be specified -The executable can be found as `build/SDL_Minigame` after building \ No newline at end of file +The executable can be found as `build/SDL_Minigame` after building