diff --git a/content/en/docs/contribute/new-content/open-a-pr.md b/content/en/docs/contribute/new-content/open-a-pr.md index f7f4c384a5..ded2c0a817 100644 --- a/content/en/docs/contribute/new-content/open-a-pr.md +++ b/content/en/docs/contribute/new-content/open-a-pr.md @@ -313,6 +313,13 @@ variable to override this behaviour. make container-image ``` +1. Fetch submodule dependencies in your local repository: + + ```shell + # Run this in a terminal + make module-init + ``` + 1. Start Hugo in a container: ```shell