From 9ab7e51c1b8a338c3321b67d89d5dddf2c7d5a43 Mon Sep 17 00:00:00 2001 From: begilbert-sys Date: Tue, 16 Jan 2024 22:48:53 -0800 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a1c4a4d..6654489 100644 --- a/README.md +++ b/README.md @@ -5,4 +5,5 @@ Arrow Keys to move R to reset the game 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`