From 5452538a5d5de931da646b3c7f74bd3c61ecc93a Mon Sep 17 00:00:00 2001 From: Fredrik Jonsson Date: Thu, 4 Aug 2022 14:25:46 +0200 Subject: Fix mod install instruction to get v2 version of the theme. --- README.md | 4 ++-- 1 file 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: -- cgit v1.2.3