Skip to content

Commit a77d264

Browse files
committed
fix: add the missing information to open-a-pr.md
1 parent b9cddb5 commit a77d264

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

content/en/docs/contribute/new-content/open-a-pr.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,13 @@ variable to override this behaviour.
313313
make container-image
314314
```
315315

316+
1. Fetch submodule dependencies in your local repository:
317+
318+
```shell
319+
# Run this in a terminal
320+
make module-init
321+
```
322+
316323
1. Start Hugo in a container:
317324

318325
```shell

0 commit comments

Comments
 (0)