From 77b41949e7cdd39382e3aff10869846f779e9718 Mon Sep 17 00:00:00 2001 From: Glenn Roberts <72130+glennr@users.noreply.github.com> Date: Wed, 21 Oct 2020 23:50:10 +0000 Subject: [PATCH] Update git repo URLs in readme --- 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