Update README.md

This commit is contained in:
Maxwell 2024-07-15 12:46:12 +10:00
parent f89f5150f8
commit d2d2a316b9

View File

@ -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.