From 8b4b822cb45488f2e4c3688651ee4048dc966236 Mon Sep 17 00:00:00 2001 From: Hoorad Farrokh Date: Thu, 18 Jan 2024 09:10:50 +1300 Subject: [PATCH] Update README --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c46c3c..bf3d884 100644 --- a/README.md +++ b/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 +```