From 876e46dc8c9a1ac69c1f7bffce3bdd19cd0e965c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nuno=20Cora=C3=A7=C3=A3o?= Date: Thu, 15 Sep 2022 10:46:25 +0100 Subject: [PATCH] update branch for installation steps using git Update branch to main from stable --- exampleSite/content/docs/installation/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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).