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