Update README.md

This commit is contained in:
2026-01-31 08:03:11 +00:00
parent ac68f0404c
commit 3012cb243a

View File

@@ -2,7 +2,7 @@
[Source code](iv.c)
## Build with
## Build with (under bash)
```bash
gcc -Wall -Wextra -g -o iv iv.c `sdl2-config --cflags --libs`