From 8dee69d6f1298bbfe9b049028727992d714f51ee Mon Sep 17 00:00:00 2001 From: panr Date: Sun, 23 Oct 2022 11:20:57 +0200 Subject: [PATCH] Update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 97d6d96..d76e677 100644 --- a/README.md +++ b/README.md @@ -84,13 +84,13 @@ You can download the theme manually by going to [https://github.com/panr/hugo-th You can also clone it directly to your Hugo folder: ``` -git clone https://github.com/panr/hugo-theme-terminal.git themes/terminal +git clone -b webpack https://github.com/panr/hugo-theme-terminal.git themes/terminal ``` 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. You can also include it as a git submodule: ``` -git submodule add -f https://github.com/panr/hugo-theme-terminal.git themes/terminal +git submodule add -b webpack -f https://github.com/panr/hugo-theme-terminal.git themes/terminal ``` ⚠️ **The theme needs at least Hugo version 0.74.x**.