updated readme
This commit is contained in:
parent
f85888d35a
commit
2b7f650111
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user