mirror of https://github.com/onweru/compose.git

weru
22.02.2020 41a182fe945115f7a6ee39cfb5e06266e4bc5d85
Merge pull request #19 from glennr/patch-1

Update git repo URLs in readme
1 files modified
6 ■■■■ changed files
README.md 6 ●●●● patch | view | raw | blame | history
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 ../..
```