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