From 80a8d9f134b426d47d54b4591b70f1e68087d143 Mon Sep 17 00:00:00 2001 From: makocchi-git Date: Tue, 16 Jun 2020 22:52:42 +0900 Subject: [PATCH] Add git submodule update for running hugo locally --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d3ee35693b..8c0de5b813 100644 --- a/README.md +++ b/README.md @@ -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! \ No newline at end of file +Kubernetes thrives on community participation, and we appreciate your contributions to our website and our documentation!