From 9825d66a6fc6d441734b6cd99a7416480fa1c452 Mon Sep 17 00:00:00 2001 From: Arkaprabha Chakraborty Date: Tue, 30 May 2023 02:02:32 +0530 Subject: [PATCH] Change directions to run the program --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 308615a..bee27fa 100755 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Puts a spinning ASCII torus (mathematical name for a doughnut-shaped object) on ## How to compile, run and clean - `make` to build the program -- `./torus` to run the program +- `make run` to execute the program - `make clean` to remove the binary # Updates