From 2b7f650111e7395460bf7cbdfff8deec903a1a5b Mon Sep 17 00:00:00 2001 From: thatscringebro Date: Tue, 10 Oct 2023 10:15:09 -0400 Subject: [PATCH] updated readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c5da809..27c4d5d 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This is a simple game made in c++ that is entirely displayed in text. It's a rac You may build the game with g++ and then run the executable. You need sfml in order to run it This command should build and run the game ``` -g++ main.cpp -lsfml-graphics -lsfml-window -lsfml-system -o terminal_racer && ./terminal_racer +g++ *.cpp -lsfml-graphics -lsfml-window -lsfml-system -o terminal_racer && ./terminal_racer ``` ## Usage