From 2ecdda62ef091f04838926c11d99e91bb211c475 Mon Sep 17 00:00:00 2001 From: panr Date: Mon, 1 Nov 2021 19:16:39 +0100 Subject: [PATCH] update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 94ff34a..eeca20f 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ git clone https://github.com/panr/hugo-theme-hello-friend.git themes/hello-frien If you don't want to make any radical changes, it's the best option, because you can get new updates when they are available. To do so, include it as a git submodule: ```bash -git submodule add https://github.com/panr/hugo-theme-hello-friend.git themes/hello-friend +git submodule add -f https://github.com/panr/hugo-theme-hello-friend.git themes/hello-friend ``` ⚠️ **The theme needs at least Hugo version 0.74.x**.