commit 0aa97c00cc5eff58aa73f8c6b56fd1a69d2d39a5
parent 138bbfe3d3d39d370c7f50234e97c6cbab2ec56c
Author: panr <radoslaw.koziel@gmail.com>
Date:   Fri,  8 Jul 2022 16:42:18 +0200

update README

Diffstat:
MREADME.md | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -94,7 +94,7 @@ Please keep in mind that for the time of testing the theme is available as a mod ### Install theme locally ``` -git clone https://github.com/panr/hugo-theme-terminal.git themes/terminal +git clone -b module https://github.com/panr/hugo-theme-terminal.git themes/terminal ``` This will clone the repository directly to the `themes/terminal` directory. @@ -102,7 +102,7 @@ This will clone the repository directly to the `themes/terminal` directory. ### Install theme as a submodule ``` -git submodule add -f https://github.com/panr/hugo-theme-terminal.git themes/terminal +git submodule add -b module -f https://github.com/panr/hugo-theme-terminal.git themes/terminal ``` This will install the repository as a sumbodule in the `themes/terminal` directory.