Update README-zh.md

Translate annotation content
This commit is contained in:
orangeji11
2022-06-27 03:47:36 +00:00
committed by GitHub
parent fc45c35695
commit 3bdd0da787
+2 -2
View File
@@ -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
```