forked from Git/hugo-story
change "add" to "clone"
For a new install/site the "git add" command returns an error.
This commit is contained in:
parent
9ffd114b38
commit
b13ef1626e
|
@ -49,7 +49,7 @@ hugo new site story-examplesite
|
||||||
|
|
||||||
```
|
```
|
||||||
cd 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)._
|
> _Hint: See a note for non-Git users [here](https://gohugo.io/getting-started/quick-start/#step-3-add-a-theme)._
|
||||||
|
|
Loading…
Reference in New Issue