Update clone command
This commit is contained in:
parent
5533626679
commit
27ff21fc2b
@ -46,7 +46,7 @@ Please note: To get the default Linux folder structure incl. Downloads, etc plea
|
|||||||
cd ~/Downloads
|
cd ~/Downloads
|
||||||
|
|
||||||
# 2.) Clone the dotfiles repository into the Downloads folder
|
# 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
|
# 3.) Change into the dotfiles folder
|
||||||
cd dotfiles
|
cd dotfiles
|
||||||
@ -80,7 +80,7 @@ cd ~/Downloads
|
|||||||
rm -rf ~/Downloads/dotfiles
|
rm -rf ~/Downloads/dotfiles
|
||||||
|
|
||||||
# 3.) Clone the dotfiles repository into the Downloads folder
|
# 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
|
# 4.) Change into the dotfiles folder
|
||||||
cd dotfiles
|
cd dotfiles
|
||||||
|
Loading…
Reference in New Issue
Block a user