mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
docs: improve installation instructions #718
This commit is contained in:
parent
82a5e9876c
commit
de438327bc
1 changed files with 1 additions and 1 deletions
|
@ -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`.
|
||||
|
|
Loading…
Reference in a new issue