Update README.md

This commit is contained in:
ITmail-dk
2024-05-27 15:57:24 +02:00
committed by GitHub
parent 64a7bec9a3
commit dbaacea6f8

View File

@@ -6,10 +6,10 @@ Start the installation as regular users with SUDO rights from your home director
## Remember to install Debian without the desktop environment. ## Remember to install Debian without the desktop environment.
After installation, Reboot the computer and login with your new user. After installation, Reboot the computer and login with your new user.
Run this one command and you're good to go.: Run this one command to start 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... Or you can run these commands... if you think it's easier.
`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`