Merge pull request #21818 from makocchi-git/fix/readme_20200616
Add git submodule update in README
This commit is contained in:
commit
55d8cad666
|
|
@ -13,6 +13,7 @@ To run the website locally when you have Hugo installed:
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/kubernetes/website.git
|
git clone https://github.com/kubernetes/website.git
|
||||||
cd website
|
cd website
|
||||||
|
git submodule update --init --recursive
|
||||||
hugo server --buildFuture
|
hugo server --buildFuture
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue