Update README

This commit is contained in:
panr 2022-10-23 11:20:57 +02:00
parent 77db977cbb
commit 8dee69d6f1

View File

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