Update clone command

This commit is contained in:
Stephan Raabe 2023-12-31 10:59:35 +01:00
parent 5100ae403f
commit 7f582168e3

View File

@ -8,7 +8,7 @@ Clone the directory from your home directory.
``` ```
cd cd
git clone https://gitlab.com/stephan-raabe/wallpaper.git git clone --depth=1 https://gitlab.com/stephan-raabe/wallpaper.git
cd wallpaper/ cd wallpaper/
``` ```