From 3c03c8a31e3123c741fe8b02e67aac1571120872 Mon Sep 17 00:00:00 2001 From: Carlo Date: Mon, 10 Nov 2025 09:42:47 +0100 Subject: [PATCH] Sistemato il README --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 561ad00..249f3d1 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ -Per compilare: -cd space-shooter/ -gcc -o /build/shooter src/main.c src/gui.c -lncurses \ No newline at end of file +# SPACE SHOOTER + +## Istruzioni per compilare + +> cd space-shooter/ + +> gcc -o /build/shooter src/main.c src/gui.c -lncurses \ No newline at end of file