mirror of
https://github.com/panr/hugo-theme-terminal.git
synced 2024-11-23 18:15:31 +03:00
Update README
This commit is contained in:
parent
77db977cbb
commit
8dee69d6f1
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
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:
|
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**.
|
⚠️ **The theme needs at least Hugo version 0.74.x**.
|
||||||
|
|
Loading…
Reference in a new issue