Skip to content

Commit 55d8cad

Browse files
authored
Merge pull request #21818 from makocchi-git/fix/readme_20200616
Add git submodule update in README
2 parents 30e8dc2 + 774b756 commit 55d8cad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
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

0 commit comments

Comments
 (0)