From 3fcc7e819538e9028e0c03271dc55ba1ee3e8ad2 Mon Sep 17 00:00:00 2001 From: ITmail-dk <48917593+ITmail-dk@users.noreply.github.com> Date: Mon, 27 May 2024 15:55:08 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f4f3d88..26ce90f 100644 --- a/README.md +++ b/README.md @@ -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`