Change directions to run the program

This commit is contained in:
Arkaprabha Chakraborty
2023-05-30 02:02:32 +05:30
parent a890923504
commit 9825d66a6f

View File

@@ -32,7 +32,7 @@ Puts a spinning ASCII torus (mathematical name for a doughnut-shaped object) on
## How to compile, run and clean ## How to compile, run and clean
- `make` to build the program - `make` to build the program
- `./torus` to run the program - `make run` to execute the program
- `make clean` to remove the binary - `make clean` to remove the binary
# Updates # Updates