From 089107e95b3524f1b0e60eb30d712f4d81d5a7a7 Mon Sep 17 00:00:00 2001 From: Kausar Ahmed Date: Mon, 31 Aug 2020 13:12:42 +0600 Subject: [PATCH] update: theme directory on readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa11dee..f682d0b 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Checkout the live demo [here](https://portio-hugo.staticmania.com/) ## Installation -1. Add the repository into your Hugo Project repository as a submodule, `git submodule add git@github.com:StaticMania/portio-hugo.git themes/roxo`. +1. Add the repository into your Hugo Project repository as a submodule, `git submodule add git@github.com:StaticMania/portio-hugo.git themes/portio`. 2. Copy the `.forestry`, `data`, `content`, `static`, `resources` & `config.toml` files from the `exampleSite` directory and paste it on you Hugo Project repository/directory. From the site home directory: cp -a themes/roxo/exampleSite/\* .