mirror of
https://github.com/begilbert-sys/2048-in-C
synced 2024-12-25 21:58:33 +01:00
Update README
This commit is contained in:
parent
bc8893dae4
commit
8b4b822cb4
1 changed files with 12 additions and 1 deletions
13
README.md
13
README.md
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue