Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wizardforcel committed Jun 21, 2023
1 parent 92b9202 commit 2642201
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,22 @@
>
> 只有经历过地狱般的磨练,才能拥有创造天堂的力量。——泰戈尔
* [在线阅读](https://react.apachecn.org)
* [在线阅读](https://react.flygon.net)
## 下载

### Docker

```
docker pull apachecn0/apachecn-react-zh
docker run -tid -p <port>:80 apachecn0/apachecn-react-zh
docker pull apachecn0/flygon-react-zh
docker run -tid -p <port>:80 apachecn0/flygon-react-zh
# 访问 http://localhost:{port} 查看文档
```

### NPM

```
npm install -g apachecn-react-zh
apachecn-react-zh <port>
npm install -g flygon-react-zh
flygon-react-zh <port>
# 访问 http://localhost:{port} 查看文档
```

Expand Down

0 comments on commit 2642201

Please sign in to comment.