Update README.md

This commit is contained in:
begilbert-sys 2024-01-17 10:20:24 -08:00 committed by GitHub
parent 3f9cd63f2e
commit c752737f30
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,4 +13,4 @@ R to reset the game
### 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:
`gcc -lcurses main.c -o main && ./main`
`gcc -lcurses -lm main.c -o main && ./main`