From 2b6032680cffd4c2496dc81b78ce241a63d77388 Mon Sep 17 00:00:00 2001 From: Arkaprabha Chakraborty Date: Mon, 23 May 2022 18:25:16 +0530 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 05263c2..8a01f89 100755 --- a/README.md +++ b/README.md @@ -23,11 +23,11 @@ Puts a spinning ASCII torus (mathematical name for a doughnut-shaped object) on ## Prerequisites for Debian based distributions -* `sudo apt install python3 gcc` to install the required compilers +* `sudo apt install gcc` to install the required compilers ## Prerequisites for Arch based distributions -* `sudo pacman -S python3 gcc` to install the required compilers +* `sudo pacman -S gcc` to install the required compilers ## How to compile and run