Skip to content

Commit 3bdd0da

Browse files
authored
Update README-zh.md
Translate annotation content
1 parent fc45c35 commit 3bdd0da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README-zh.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ The Kubernetes website uses the [Docsy Hugo theme](https://github.com/google/doc
6565
Kubernetes 网站使用的是 [Docsy Hugo 主题](https://github.com/google/docsy#readme)。 即使你打算在容器中运行网站,我们也强烈建议你通过运行以下命令来引入子模块和其他开发依赖项:
6666

6767
```bash
68-
# pull in the Docsy submodule
68+
# 引入 Docsy 子模块
6969
git submodule update --init --recursive --depth 1
7070
```
7171

@@ -113,7 +113,7 @@ Hugo 扩展版本。
113113
若要在本地构造和测试网站,请运行:
114114

115115
```bash
116-
# install dependencies
116+
# 安装依赖
117117
npm ci
118118
make serve
119119
```

0 commit comments

Comments
 (0)