Skip to content

Commit 80a8d9f

Browse files
committed
Add git submodule update for running hugo locally
1 parent 30e8dc2 commit 80a8d9f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ To run the website locally when you have Hugo installed:
1313
```bash
1414
git clone https://github.com/kubernetes/website.git
1515
cd website
16+
git submodule update --init --recursive
1617
hugo server --buildFuture
1718
```
1819

@@ -62,4 +63,4 @@ Participation in the Kubernetes community is governed by the [CNCF Code of Condu
6263

6364
## Thank you!
6465

65-
Kubernetes thrives on community participation, and we appreciate your contributions to our website and our documentation!
66+
Kubernetes thrives on community participation, and we appreciate your contributions to our website and our documentation!

0 commit comments

Comments
 (0)