Skip to content

Commit 0e85b89

Browse files
committed
Update README.md
1 parent 44bff89 commit 0e85b89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
1. 推荐使用Ubuntu系统。
22

33
2. 执行以下命令后部署程序:
4-
'''
4+
```
55
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-
'''
6+
```
77

88
注意:以上命令使用非root用户执行
99

0 commit comments

Comments
 (0)