From 05215e663696466b4ec85e8533cfb57652f69b9e Mon Sep 17 00:00:00 2001 From: decentral1se Date: Mon, 29 Mar 2021 21:01:40 +0200 Subject: [PATCH] Update README to use the extended version --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 07023e2..b576f69 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,8 @@ Splash page for the project. ## Hack +You'll need to get the latest extended Hugo release. See [the Github releases](https://github.com/gohugoio/hugo/releases). + ```bash -$ sudo apt install -y hugo -$ hugo serve +$ hugo server ```