docs: improve installation instructions #718

This commit is contained in:
Sören Weber 2024-08-22 16:40:47 +02:00
parent 82a5e9876c
commit de438327bc
No known key found for this signature in database
GPG key ID: BEC6D55545451B6D

View file

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