From 03f7bb3cd543a70e812ca8eba967618cd82d53bb Mon Sep 17 00:00:00 2001 From: blz Date: Thu, 5 Mar 2026 11:31:41 +1100 Subject: [PATCH] Actualiser README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 695f893..c55f226 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Génération d'images à la "jeu de la vie" écrit en C. ``` # apt install gcc # apt install libsdl-image1.2 -# dnf install libsdl-image1.2-dev +# apt install libsdl-image1.2-dev # apt-get install libsdl1.2-compat ( might be needed, or not ) ```