From 5d5e829fd210c1d56ac67511b669e89913f85720 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Sun, 27 Mar 2022 22:48:48 +0200 Subject: add instructions on how to install Hugo on Debian Extended Hugo is not required. --- hugo/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'hugo') diff --git a/hugo/README.md b/hugo/README.md index b0fc189..4652ed5 100644 --- a/hugo/README.md +++ b/hugo/README.md @@ -7,7 +7,9 @@ This website is built using [Hugo][] and the [researcher][] theme. ## Quick start after cloning 1. Run `git submodule update --init --recursive`. -2. Follow the instruction [here][] to install extended Hugo. +2. Install Hugo + - `apt install hugo` on a Debian system, or + - follow the instruction [here][] to install from source. 3. Try serving the website locally 1. Run `hugo serve` 2. Browse http://localhost:1313 -- cgit v1.2.3