updated readme

This commit is contained in:
thatscringebro 2023-10-10 10:15:09 -04:00
parent f85888d35a
commit 2b7f650111

View File

@ -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