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

github.com/yursan9/manis-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a30fcb8..d490314 100644
--- a/README.md
+++ b/README.md
@@ -30,7 +30,7 @@ If this is your first time using Hugo, and you want to use this theme. Follow th
mkdir name_of_web
cd name_of_web
git clone https://github.com/yursan9/manis-hugo-theme themes/manis
-cp theme/manis/exampleSite/config.toml config.toml
+cp themes/manis/exampleSite/config.toml config.toml
hugo new blog/_index.md
hugo new work/_index.md
```