Skip to content

Commit 44bff89

Browse files
committed
Update README.md
1 parent 0670b86 commit 44bff89

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,10 @@
1-
# Website2PdfOrWord
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+
10+
3. 若使用宝塔面板请删除php禁用函数"exec"

0 commit comments

Comments
 (0)