mirror of
https://github.com/yeasy/docker_practice.git
synced 2026-03-23 10:15:24 +00:00
Add mdpress as local build method
This commit is contained in:
@@ -85,6 +85,15 @@ npx honkit serve
|
||||
```
|
||||
启动后访问 [本地阅读地址](http://localhost:4000)。
|
||||
|
||||
#### 方式 3:mdpress
|
||||
|
||||
使用 [mdpress](https://github.com/yeasy/mdpress) 构建,需要安装 Go 环境。
|
||||
|
||||
```bash
|
||||
go install github.com/yeasy/mdpress@latest
|
||||
mdpress serve
|
||||
```
|
||||
|
||||
## 社区交流
|
||||
|
||||
欢迎加入 Docker 技术交流群,分享 Docker 资源,交流 Docker 技术。
|
||||
|
||||
Reference in New Issue
Block a user