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