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 0670b86 commit 44bff89Copy full SHA for 44bff89
README.md
@@ -1 +1,10 @@
1
-# Website2PdfOrWord
+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
10
+3. 若使用宝塔面板请删除php禁用函数"exec"
0 commit comments