Merge pull request #49580 from dkarczmarski/fix-contribute-open-a-pr.md

Fix missing command for local container preview
pull/49589/head
Kubernetes Prow Robot 2025-01-28 09:17:24 -08:00 committed by GitHub
commit d1d757a176
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 0 deletions

View File

@ -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