diff options
author | Rasmus Dahlberg <rasmus@mullvad.net> | 2021-12-18 17:00:03 +0100 |
---|---|---|
committer | Rasmus Dahlberg <rasmus@mullvad.net> | 2021-12-18 17:00:03 +0100 |
commit | feb15332dc4c18a78767388168df80711e6fda28 (patch) | |
tree | 458aca50c2b41f303f707e5fa7d60f7c30a706e8 | |
parent | ef97134fe2c9a912360debfdb68796394138791d (diff) |
doc: Mention that there is a patch to be applied
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ This website is built using [Hugo](https://gohugo.io/) and the [gruvhugo](https://gitlab.com/avron/gruvhugo) theme. It is deployed on a VPS. ## Quick start after cloning -1. Run `git submodule update --init --recursive` +1. Run `git submodule update --init --recursive`, then apply themes patch. 2. Follow the instruction [here](https://gohugo.io/getting-started/installing/#fetch-from-github) to install extended Hugo. 3. Try serving the website locally |