Skip to content

Commit 2cb538c

Browse files
committed
doc: update document.
1 parent 1254256 commit 2cb538c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,18 @@ React 中文文档 for [Docker](https://hub.docker.com/r/wcjiang/zh-hans.react.d
99
[![GitHub last commit](https://img.shields.io/github/last-commit/jaywcjlove/zh-hans.react.dev-for-docker?style=flat&label=zh-hans.react.dev)](https://github.com/jaywcjlove/zh-hans.react.dev-for-docker/commits)
1010
<!--rehype:ignore:end-->
1111

12-
[React 中文文档](https://zh-hans.react.dev/) docker 版本,方便本地[部署](https://github.com/reactjs/zh-hans.react.dev)查看文档
12+
[React 中文文档](https://zh-hans.react.dev/) docker 版本,方便本地[部署](https://github.com/reactjs/zh-hans.react.dev)查看文档
1313

14+
## 使用方法
15+
16+
### 拉取镜像
1417

1518
```bash
1619
docker pull wcjiang/zh-hans.react.dev:latest
1720
```
1821

22+
### 运行容器
23+
1924
```bash
2025
docker run --name zh-hans.react.dev \
2126
-p 60007:3000 \

0 commit comments

Comments
 (0)