From a1f0ccf6c2cdbce930b6dbfdd0e6b69b0203c27e Mon Sep 17 00:00:00 2001 From: Phil Peble Date: Sun, 21 Apr 2024 22:12:12 -0500 Subject: [PATCH] Update README with hugo installation instructions Signed-off-by: Phil Peble --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7eba4c51..a8b97bd0 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ manage Node versions: $ nvm install --lts ``` +You must also install [hugo](https://gohugo.io/getting-started/installing/) to build the site. + ### Setup 1. Clone this repo.