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**.