Merge pull request #21 from fvlasie/patch-1

change "add" to "clone"
This commit is contained in:
⚔️ DR ⚔️ 2022-06-02 19:33:52 -04:00 committed by GitHub
commit 21dd26dda2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ hugo new site story-examplesite
```
cd story-examplesite
git submodule add https://github.com/caressofsteel/hugo-story.git themes/hugo-story
git clone https://github.com/caressofsteel/hugo-story.git themes/hugo-story
```
> _Hint: See a note for non-Git users [here](https://gohugo.io/getting-started/quick-start/#step-3-add-a-theme)._