Update README

This commit is contained in:
Hoorad Farrokh 2024-01-18 09:10:50 +13:00
parent bc8893dae4
commit 8b4b822cb4
No known key found for this signature in database
GPG key ID: B76D189754A53590

View file

@ -13,4 +13,15 @@ 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 -lm main.c -o main && ./main`
```shell
make
```
Then to run the program
```shell
./2048
```
OR install the program after building and run it.
```shell
make install
2048
```