From 1f676558dff39f2e2d59e35ea600519e480c8ce5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radek=20Kozie=C5=82?= Date: Wed, 4 Jan 2023 08:50:14 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d1f1c11..c88ba74 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ You can also choose **one of the 3 possibilities** to install the theme: # you fetch the theme module. # # hugo mod init [your website/module name] -hugo mod get github.com/panr/hugo-theme-terminal +hugo mod get github.com/panr/hugo-theme-terminal/v3 ``` and in your config file add: @@ -109,7 +109,7 @@ and in your config file add: # this is needed when you fetch the theme as a submodule to your repo. # replacements = "github.com/panr/hugo-theme-terminal -> themes/terminal" [[module.imports]] - path = 'github.com/panr/hugo-theme-terminal' + path = 'github.com/panr/hugo-theme-terminal/v3' ``` Keep in mind that the theme by default won't show up in the `themes` directory. This means that you are using the theme as it was on the repository at the moment you fetched it. Your local `go.sum` file keeps all the references. Read more about Hugo Modules in the [official documentation](https://gohugo.io/hugo-modules/).