update branch for installation steps using git

Update branch to main from stable
This commit is contained in:
Nuno Coração 2022-09-15 10:46:25 +01:00 committed by GitHub
parent c81a160d88
commit 876e46dc8c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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).