Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/caressofsteel/hugo-story.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfvlasie <33334298+fvlasie@users.noreply.github.com>2022-06-02 21:34:07 +0300
committerGitHub <noreply@github.com>2022-06-02 21:34:07 +0300
commitb13ef1626e4150f4b27aceb057768076896882a2 (patch)
tree4a0444d75d9b05eb833732f948a2858a0664534b
parent9ffd114b384f1e47dd0d481f9811308dd2592e87 (diff)
change "add" to "clone"
For a new install/site the "git add" command returns an error.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2192281..227fb99 100644
--- a/README.md
+++ b/README.md
@@ -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)._