From 13fb1a5fa0e876eab0cb1c5d97d7eefbac1da48a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Sebastian=20K=C3=BCrten?= <sebastian@mobanisto.de>
Date: Fri, 30 Jun 2023 08:38:00 +0200
Subject: [PATCH] Document hugo version requirements

---
 README.md | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/README.md b/README.md
index e8b2dc8..721bb07 100644
--- a/README.md
+++ b/README.md
@@ -8,6 +8,13 @@ Run the following inside your Hugo site folder:
 $ git clone https://code.briarproject.org/briar/website.git
 ```
 
+## Prerequisites
+
+Make sure to have hugo 0.93.1 installed to run the commands below,
+otherwise you may encounter errors. Obtain that version from here:
+
+https://github.com/gohugoio/hugo/releases/tag/v0.93.1
+
 ## Install
 
 Test page with local hugo webserver:
-- 
GitLab