0
0
mirror of https://github.com/Nimac0/SDL_Minigame synced 2026-01-12 15:53:42 +00:00

Update README.md

This commit is contained in:
Nanogamer7 2024-01-11 16:12:49 +01:00 committed by GitHub
parent 5349638e24
commit d450744041
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
##### Compiling: ##### Compiling:
```sh ```sh
git submodule update --init # only needed once git submodule update --init --recursive # only needed once
cmake -S . -B build cmake -S . -B build
cmake --build build cmake --build build
``` ```