From b13ef1626e4150f4b27aceb057768076896882a2 Mon Sep 17 00:00:00 2001 From: fvlasie <33334298+fvlasie@users.noreply.github.com> Date: Thu, 2 Jun 2022 11:34:07 -0700 Subject: [PATCH] change "add" to "clone" For a new install/site the "git add" command returns an error. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)._