Merge pull request #21818 from makocchi-git/fix/readme_20200616

Add git submodule update in README
This commit is contained in:
Kubernetes Prow Robot 2020-06-16 09:38:04 -07:00 committed by GitHub
commit 55d8cad666
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 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
```