From de438327bcddf2bc8c09225bc749ca1f7db4fec1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Thu, 22 Aug 2024 16:40:47 +0200 Subject: [PATCH] docs: improve installation instructions #718 --- exampleSite/content/basics/installation/_index.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exampleSite/content/basics/installation/_index.en.md b/exampleSite/content/basics/installation/_index.en.md index b3e79ef77a..cccfa06de0 100644 --- a/exampleSite/content/basics/installation/_index.en.md +++ b/exampleSite/content/basics/installation/_index.en.md @@ -67,7 +67,7 @@ git init Now add the theme as a submodule by: ````shell -git submodule add https://github.com/McShelby/hugo-theme-relearn.git themes/hugo-theme-relearn +git submodule add --depth 1 https://github.com/McShelby/hugo-theme-relearn.git themes/hugo-theme-relearn ```` Afterwards add this at the end of your `hugo.toml`.