diff options
Diffstat (limited to 'hugo')
-rw-r--r-- | hugo/README.md | 4 |
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 |