Skip to content

Commit 88b0b06

Browse files
authored
Merge pull request #45676 from adityasamant25/issue-45597
Add a note to specify the required Hugo version in the prerequisites.
2 parents 801eefb + 3ea3b6d commit 88b0b06

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ To use this repository, you need the following installed locally:
2020
- [Hugo (Extended version)](https://gohugo.io/)
2121
- A container runtime, like [Docker](https://www.docker.com/).
2222

23+
> [!NOTE]
24+
Make sure to install the Hugo extended version specified by the `HUGO_VERSION` environment variable in the [`netlify.toml`](netlify.toml#L11) file.
25+
2326
Before you start, install the dependencies. Clone the repository and navigate to the directory:
2427

2528
```bash
@@ -56,8 +59,6 @@ Open up your browser to <http://localhost:1313> to view the website. As you make
5659

5760
## Running the website locally using Hugo
5861

59-
Make sure to install the Hugo extended version specified by the `HUGO_VERSION` environment variable in the [`netlify.toml`](netlify.toml#L11) file.
60-
6162
To install dependencies, deploy and test the site locally, run:
6263

6364
- For macOS and Linux

0 commit comments

Comments
 (0)