From 827b3afc31903c1a31c53fd8002b752d7e4da677 Mon Sep 17 00:00:00 2001 From: Freekkettone Date: Sun, 10 Aug 2025 12:09:49 +0000 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index d88f705..06c1a84 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,14 @@ This repository contains the source code for the HackInPovo website, built using [Hugo](https://gohugo.io/), a fast and flexible static site generator. +## Repository clone + +When cloning, pay close attention to clone recursively to import the theme repository. +```bash +git clone --recursive +``` + + ## Run the Website Locally To run the HackInPovo website locally, use the following commands: