From 7f582168e397033a8fd92382927115ea9f1394ad Mon Sep 17 00:00:00 2001 From: Stephan Raabe Date: Sun, 31 Dec 2023 10:59:35 +0100 Subject: [PATCH] Update clone command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 004bb30..1a69940 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Clone the directory from your home directory. ``` cd -git clone https://gitlab.com/stephan-raabe/wallpaper.git +git clone --depth=1 https://gitlab.com/stephan-raabe/wallpaper.git cd wallpaper/ ```