From c752737f30f4af726edec8dfbf2b981bd221d7d2 Mon Sep 17 00:00:00 2001 From: begilbert-sys Date: Wed, 17 Jan 2024 10:20:24 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 14f3d5c..5c46c3c 100644 --- a/README.md +++ b/README.md @@ -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`