mirror of
https://github.com/mindoc-org/mindoc.git
synced 2026-02-27 17:03:57 +08:00
6 lines
99 B
Markdown
6 lines
99 B
Markdown
|
|
## wkhtmltopdf 安装
|
||
|
|
|
||
|
|
```bash
|
||
|
|
apt-get install -y libxrender-dev
|
||
|
|
apt-get install -y libxext-dev
|
||
|
|
```
|