Add git submodule update for running hugo locally

This commit is contained in:
makocchi-git
2020-06-16 22:52:42 +09:00
parent 30e8dc2b9b
commit 80a8d9f134
+1
View File
@@ -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
``` ```