From eeb3ce3bddb75b2d0efbcdd7e15e928633e04a57 Mon Sep 17 00:00:00 2001 From: Philip Molloy Date: Mon, 5 May 2025 08:43:33 +0200 Subject: [PATCH] README: Link to Hugo install page Signed-off-by: Philip Molloy --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5fc0ed9..26a6d08 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## Requirements -Install [Hugo](https://gohugo.io/). Run `hugo -h` for help. +[Install Hugo](https://gohugo.io/installation/). Run `hugo -h` for help. ## Maintenance @@ -18,6 +18,7 @@ It may simply break (again) at any given moment. ## Editing Run Hugo: + ```sh hugo server ```