diff --git a/README.md b/README.md index b740dad2..1a55e0f1 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ Detailed instructions for each method can be found in the [Installation](https:/ ### Quick start using git submodules -> **Note:** Ensure you have **git**, **Go**, and **Hugo** installed, and that you have created a new Hugo project before proceeding. +> **Note:** Ensure you have **Git**, **Go**, and **Hugo** installed, and that you have created a new Hugo project before proceeding. 1. From your project directory, initialise git: @@ -73,10 +73,7 @@ Detailed instructions for each method can be found in the [Installation](https:/ 3. In the root folder of your website, delete the `config.toml` file that was generated by Hugo. Copy the `*.toml` config files from the theme into your `config/_default/` folder. - > **Note:** Do not overwrite the `module.toml` file you created above! - You will find these theme config files in the Hugo cache directory, or [download a copy](https://minhaskamal.github.io/DownGit/#/home?url=https://github.com/nunocoracao/blowfish/tree/main/config/_default) from GitHub. - 4. Follow the [Getting Started](https://nunocoracao.github.io/blowfish/docs/getting-started/) instructions to configure your website.