mirror of
https://github.com/begilbert-sys/2048-in-C
synced 2024-12-25 21:58:33 +01:00
Update README.md
This commit is contained in:
parent
3f9cd63f2e
commit
c752737f30
1 changed files with 1 additions and 1 deletions
|
@ -13,4 +13,4 @@ R to reset the game
|
||||||
### Running:
|
### Running:
|
||||||
This program uses ncurses, and I've only tested it on my Mac's terminal. Here's the command I use to run it:
|
This program uses ncurses, and I've only tested it on my Mac's terminal. Here's the command I use to run it:
|
||||||
|
|
||||||
`gcc -lcurses main.c -o main && ./main`
|
`gcc -lcurses -lm main.c -o main && ./main`
|
||||||
|
|
Loading…
Reference in a new issue