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 6b8173b commit ba4169d
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://linux.apachecn.org)
* [在线阅读](https://linux.flygon.net)
## 下载

### Docker

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

### NPM

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

Expand Down

0 comments on commit ba4169d

Please sign in to comment.