We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44bff89 commit 0e85b89Copy full SHA for 0e85b89
README.md
@@ -1,9 +1,9 @@
1
1. 推荐使用Ubuntu系统。
2
3
2. 执行以下命令后部署程序:
4
-'''
+```
5
sudo apt update && sudo apt install libfontconfig1 libxrender1 && sudo wget https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6-1/wkhtmltox_0.12.6-1.bionic_amd64.deb && sudo dpkg -i wkhtmltox_0.12.6-1.bionic_amd64.deb && sudo apt install -f && sudo apt install pandoc
6
7
8
注意:以上命令使用非root用户执行
9
0 commit comments