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.