From d2d2a316b971f9324360c5d597a9a225e3d17580 Mon Sep 17 00:00:00 2001 From: Maxwell Date: Mon, 15 Jul 2024 12:46:12 +1000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 899a121..f22caae 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Mash has been developed and tested on Arch Linux (btw), so should work as intend ### Quick Setup -Copy this command into a terminal (so long as Bash is installed) `sudo curl https://maxwellj.xyz/mash/install.sh | bash` +Copy this command into a terminal (so long as Bash is installed) `curl https://maxwellj.xyz/mash/install.sh | sudo bash` Make sure `colorama` is installed with Pip or your distro's package manager (usually as python-colorama), as this is what currently provides the colours for Mash. This should be changed in future.