From 3ea3b6db087a56fb831da5bc9ba0d65faf2f78ca Mon Sep 17 00:00:00 2001 From: Aditya Samant Date: Tue, 26 Mar 2024 13:09:05 +0530 Subject: [PATCH] Added a note to specify the required Hugo version in the prerequisites. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7793c51cfc..6e05028efd 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,9 @@ To use this repository, you need the following installed locally: - [Hugo (Extended version)](https://gohugo.io/) - A container runtime, like [Docker](https://www.docker.com/). +> [!NOTE] +Make sure to install the Hugo extended version specified by the `HUGO_VERSION` environment variable in the [`netlify.toml`](netlify.toml#L11) file. + Before you start, install the dependencies. Clone the repository and navigate to the directory: ```bash @@ -56,8 +59,6 @@ Open up your browser to to view the website. As you make ## Running the website locally using Hugo -Make sure to install the Hugo extended version specified by the `HUGO_VERSION` environment variable in the [`netlify.toml`](netlify.toml#L11) file. - To install dependencies, deploy and test the site locally, run: - For macOS and Linux