From 27ff21fc2b6718c4e12ab9b63be6bea07758fa10 Mon Sep 17 00:00:00 2001 From: Stephan Raabe Date: Sun, 31 Dec 2023 10:57:44 +0100 Subject: [PATCH] Update clone command --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b124349..ece6e3c 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ Please note: To get the default Linux folder structure incl. Downloads, etc plea cd ~/Downloads # 2.) Clone the dotfiles repository into the Downloads folder -git clone https://gitlab.com/stephan-raabe/dotfiles.git +git clone --depth=1 https://gitlab.com/stephan-raabe/dotfiles.git # 3.) Change into the dotfiles folder cd dotfiles @@ -80,7 +80,7 @@ cd ~/Downloads rm -rf ~/Downloads/dotfiles # 3.) Clone the dotfiles repository into the Downloads folder -git clone https://gitlab.com/stephan-raabe/dotfiles.git +git clone --depth=1 https://gitlab.com/stephan-raabe/dotfiles.git # 4.) Change into the dotfiles folder cd dotfiles