mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-01-22 22:45:42 -06:00
update branch for installation steps using git
Update branch to main from stable
This commit is contained in:
parent
c81a160d88
commit
876e46dc8c
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ Change into the directory for your Hugo website (that you created above), initia
|
||||||
```bash
|
```bash
|
||||||
cd mywebsite
|
cd mywebsite
|
||||||
git init
|
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).
|
Then continue to [set up the theme configuration files](#set-up-theme-configuration-files).
|
||||||
|
|
Loading…
Reference in a new issue