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

github.com/frjo/hugo-theme-zen.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFredrik Jonsson <frjo@xdeb.org>2022-08-04 15:25:46 +0300
committerFredrik Jonsson <frjo@xdeb.org>2022-08-04 15:25:46 +0300
commit5452538a5d5de931da646b3c7f74bd3c61ecc93a (patch)
treee20151c76a26dc9052dcfb2b6d883a3dc2d6986c
parent94d7d6f5209f397c9c229be8d702902d3831aa37 (diff)
Fix mod install instruction to get v2 version of the theme.
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 3f7346b..fadbcfd 100644
--- a/README.md
+++ b/README.md
@@ -99,7 +99,7 @@ Afterwards, declare the `zen` theme module as a dependency of your site:
From the root of your site:
```shell
-hugo mod get github.com/frjo/hugo-theme-zen
+hugo mod get -u github.com/frjo/hugo-theme-zen/v2
```
### Git submodule
@@ -112,7 +112,7 @@ From the root of your site:
git clone https://github.com/frjo/hugo-theme-zen.git themes/zen
```
-If you use git to version control your site, highly recommended, it's best to add the zen theme as a submodule.
+If you use git to version control your site you can add the zen theme as a submodule.
From the root of your site: