From d05acabb41fa330a97c8ce94d43b499ae070d23e Mon Sep 17 00:00:00 2001 From: ITmail-dk <48917593+ITmail-dk@users.noreply.github.com> Date: Mon, 27 May 2024 15:54:17 +0200 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index f18d817..f4f3d88 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,13 @@ # Qmade - Dev testing start. Qtile Martin Andersen Desktop Environment, Qmade for short.! + +Start the installation as regular users with SUDO rights from your home directory. + +## Remember to install Debian without the desktop environment. +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)" + +Or you can run these commands... +sudo apt install -y git && git clone https://github.com/ITmail-dk/qmade && cd qmade && . install.sh