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`.