Merge pull request #49580 from dkarczmarski/fix-contribute-open-a-pr.md
Fix missing command for local container previewpull/49589/head
commit
d1d757a176
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue