From 2904cdfe8b6ff35aaf6ae5b10ccd6558d627624f Mon Sep 17 00:00:00 2001 From: ITmail-dk <48917593+ITmail-dk@users.noreply.github.com> Date: Mon, 17 Jan 2022 18:34:25 +0100 Subject: [PATCH] Update README.md --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a969f2e..a2f9616 100644 --- a/README.md +++ b/README.md @@ -18,12 +18,17 @@ Link.: https://www.ventoy.net/en/index.html ## Remember to install Debian without the desktop environment. After installation, Reboot the computer and login with your new user. -### And run this Command line to install everything: +### And run this Command line to install everything. +Here is what the command line does, it installs the GIT package an goes to your home directory and clones the installation from git and runs the installation script afterwards. `sudo apt install -y git && cd ~ && git clone https://github.com/ITmail-dk/bspwm-install-ma-dte && . ~/bspwm-install-ma-dte/install.sh` -Here is what the command line does, it installs the GIT package an goes to your home directory and clones the installation from git and runs the installation script afterwards. +Or you can do it line by line here it's entirely up to you And what you think is easiest... +`sudo apt install -y git` +`cd ~` +`git clone https://github.com/ITmail-dk/bspwm-install-ma-dte` +`. ~/bspwm-install-ma-dte/install.sh` #### Software Here are a good portion of the software that gets installed during the installation.