From 41a182fe945115f7a6ee39cfb5e06266e4bc5d85 Mon Sep 17 00:00:00 2001 From: weru <fromweru@gmail.com> Date: Thu, 22 Oct 2020 01:02:16 +0000 Subject: [PATCH] Merge pull request #19 from glennr/patch-1 --- README.md | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4d33ca5..c2fd35e 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ This option enables you to load compose theme as a hugo module. ```bash -git clone https://github.com/onweru/compose/ +git clone https://github.com/onweru/compose.git cd compose/exampleSite/ hugo server ``` @@ -42,7 +42,7 @@ hugo new site yourSiteName cd yourSiteName git init -git submodule add https://github.com/onweru/compose/ themes/compose +git submodule add https://github.com/onweru/compose.git themes/compose cp -a themes/compose/exampleSite/* . ``` @@ -59,7 +59,7 @@ You can run your site directly from the `exampleSite`. To do so, use the following commands: ```bash -git clone https://github.com/onweru/compose/ +git clone https://github.com/onweru/compose.git cd compose/exampleSite/ hugo server --themesDir ../.. ``` -- Gitblit v1.10.0