diff --git a/exampleSite/content/docs/installation/index.md b/exampleSite/content/docs/installation/index.md index 90a96673..035a6abf 100644 --- a/exampleSite/content/docs/installation/index.md +++ b/exampleSite/content/docs/installation/index.md @@ -80,7 +80,7 @@ Change into the directory for your Hugo website (that you created above), initia ```bash cd mywebsite git init -git submodule add -b stable https://github.com/nunocoracao/blowfish.git themes/blowfish +git submodule add -b main https://github.com/nunocoracao/blowfish.git themes/blowfish ``` Then continue to [set up the theme configuration files](#set-up-theme-configuration-files).