Add git submodule update for running hugo locally

pull/21818/head
makocchi-git 2020-06-16 22:52:42 +09:00
parent 30e8dc2b9b
commit 80a8d9f134
No known key found for this signature in database
GPG Key ID: E8BA5B5AAE119D0A
1 changed files with 2 additions and 1 deletions

View File

@ -13,6 +13,7 @@ To run the website locally when you have Hugo installed:
```bash
git clone https://github.com/kubernetes/website.git
cd website
git submodule update --init --recursive
hugo server --buildFuture
```
@ -62,4 +63,4 @@ Participation in the Kubernetes community is governed by the [CNCF Code of Condu
## Thank you!
Kubernetes thrives on community participation, and we appreciate your contributions to our website and our documentation!
Kubernetes thrives on community participation, and we appreciate your contributions to our website and our documentation!