Update README.md

This commit is contained in:
Arkaprabha Chakraborty
2022-02-14 10:42:45 +05:30
parent 831180997c
commit 484fd7f089

View File

@@ -27,7 +27,7 @@ Prints a spinning ASCII torus (mathematical name for a doughnut-shaped object) o
## How to run the C version
* Type `.\doughnut.exe` in the shell to run the program
* Type `.\doughnut.exe --enable-dynamic-resolution` in the shell to run the program with dynamic resolution enabled
* Type `.\doughnut.exe --enable-dynamic-resolution` or `.\doughnut.exe -d` in the shell to run the program with dynamic resolution enabled
* You can also double-click on the executable (a.k.a. a dot-exe file) to run it
# For Linux