Update README.md

This commit is contained in:
ITmail-dk
2024-05-27 15:55:08 +02:00
committed by GitHub
parent d05acabb41
commit 3fcc7e8195

View File

@@ -7,7 +7,7 @@ Start the installation as regular users with SUDO rights from your home director
After installation, Reboot the computer and login with your new user.
Run this one command and you're good to go.:
bash -c "$(wget -O- https://raw.githubusercontent.com/ITmail-dk/qmade/main/install.sh)"
`bash -c "$(wget -O- https://raw.githubusercontent.com/ITmail-dk/qmade/main/install.sh)"`
Or you can run these commands...
sudo apt install -y git && git clone https://github.com/ITmail-dk/qmade && cd qmade && . install.sh
`sudo apt install -y git && git clone https://github.com/ITmail-dk/qmade && cd qmade && . install.sh`