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.