diff --git a/README.md b/README.md index fac08fb..183c9a7 100644 --- a/README.md +++ b/README.md @@ -18,13 +18,18 @@ 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. +![Setup / Install GiF](https://github.com/ITmail-dk/bspwm-install-ma-dte/screenshots/install-gif.gif "Setup / Install") + + + + ### 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` -*Or you can do it line by line here it's entirely up to you And what you think is easiest...* +*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` diff --git a/screenshots/Desktop_2022-01-17 151851.jpg b/screenshots/Desktop_2022-01-17 151851.jpg new file mode 100644 index 0000000..04107f3 Binary files /dev/null and b/screenshots/Desktop_2022-01-17 151851.jpg differ diff --git a/screenshots/NO-DE_2022-01-17 145020.jpg b/screenshots/NO-DE_2022-01-17 145020.jpg new file mode 100644 index 0000000..8713b3b Binary files /dev/null and b/screenshots/NO-DE_2022-01-17 145020.jpg differ diff --git a/screenshots/install-gif.gif b/screenshots/install-gif.gif new file mode 100644 index 0000000..8575d82 Binary files /dev/null and b/screenshots/install-gif.gif differ