aboutsummaryrefslogtreecommitdiff
path: root/hugo
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordberg.se>2022-03-27 22:48:48 +0200
committerRasmus Dahlberg <rasmus@mullvad.net>2022-03-27 22:48:48 +0200
commit5d5e829fd210c1d56ac67511b669e89913f85720 (patch)
treef0847c08886874f25c3015b71f3aa18f8466d7c3 /hugo
parentdb6ad1e00ea255fdae9306ab3133debcbd4d1732 (diff)
add instructions on how to install Hugo on Debian
Extended Hugo is not required.
Diffstat (limited to 'hugo')
-rw-r--r--hugo/README.md4
1 files changed, 3 insertions, 1 deletions
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