add " git submodule update --init" to readme (#514)

This commit is contained in:
Daniel Kaiser 2022-07-21 12:25:23 +02:00 committed by GitHub
parent d942b3bf4d
commit 7b88f8c300
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ Here's the project board used by core contributors and maintainers: https://gith
### Building locally
Run `git submodule update --init` to install the Hugo "book" theme.
Ensure you have the Hugo extended edition
(https://gohugo.io/getting-started/installing/), then run `hugo server`.