From 9fd46257a217364f5dce20a0bf80a66a7cf69c5a Mon Sep 17 00:00:00 2001 From: Arkaprabha Chakraborty Date: Wed, 13 Jul 2022 00:41:03 +0530 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 72e2fc3..5a52558 100755 --- a/README.md +++ b/README.md @@ -23,16 +23,16 @@ Puts a spinning ASCII torus (mathematical name for a doughnut-shaped object) on ## Prerequisites for Debian based distributions -* `sudo apt install gcc` to install the required compilers +* `sudo apt install gcc` to install the required compiler ## Prerequisites for Arch based distributions -* `sudo pacman -S gcc` to install the required compilers +* `sudo pacman -S gcc` to install the required compiler ## How to compile, run and clean -* `make build` to compile -* `make run` to run +* `make` to compile +* `./torus` to run * `make clean` to clean # Updates