From 0aa97c00cc5eff58aa73f8c6b56fd1a69d2d39a5 Mon Sep 17 00:00:00 2001 From: panr Date: Fri, 8 Jul 2022 16:42:18 +0200 Subject: [PATCH] update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0dc1212..7e865e3 100644 --- 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.