From 367d989c73d64381d58363c31947fc47fb3d22de Mon Sep 17 00:00:00 2001 From: Stephan Raabe Date: Mon, 4 Sep 2023 20:20:21 +0000 Subject: [PATCH] Update README.md --- README.md | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 62fa527..97c2f34 100644 --- a/README.md +++ b/README.md @@ -45,21 +45,9 @@ Included is a pywal configuration that changes the color scheme based on a rando To make it easy for you to get started with my dotfiles, here's a list of recommended next steps. ``` -# Create a folder for the Download -mkdir ml4w-dotfiles - -# cd into the new folder -cd ml4w-dotfiles - -# Clone the repository +# Clone the repository from your home directory git clone https://gitlab.com/stephan-raabe/dotfiles.git -# Copy the dotfiles into your home directory -cp -r dotfiles ~/ - -# cd into your your copy -cd ~/dotfiles - # Install or update all required packages and install dotfiles ./1-install.sh @@ -71,6 +59,9 @@ cd ~/dotfiles # Install qtile window manager ./2-install-qtile.sh +# Install dotfiles +./3-install-dotfiles.sh + ```