From 3bdd0da78750ebd9a9ae635dcbb97824dd1d50ff Mon Sep 17 00:00:00 2001 From: orangeji11 Date: Mon, 27 Jun 2022 03:47:36 +0000 Subject: [PATCH] Update README-zh.md Translate annotation content --- README-zh.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README-zh.md b/README-zh.md index 00a7ef1a24..e3ac58fb93 100644 --- a/README-zh.md +++ b/README-zh.md @@ -65,7 +65,7 @@ The Kubernetes website uses the [Docsy Hugo theme](https://github.com/google/doc Kubernetes 网站使用的是 [Docsy Hugo 主题](https://github.com/google/docsy#readme)。 即使你打算在容器中运行网站,我们也强烈建议你通过运行以下命令来引入子模块和其他开发依赖项: ```bash -# pull in the Docsy submodule +# 引入 Docsy 子模块 git submodule update --init --recursive --depth 1 ``` @@ -113,7 +113,7 @@ Hugo 扩展版本。 若要在本地构造和测试网站,请运行: ```bash -# install dependencies +# 安装依赖 npm ci make serve ```