Parcourir la source

docs: update deploy part in readme

zhayujie il y a 3 ans
Parent
commit
f8e85b37a7
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -107,7 +107,7 @@ cp config-template.json config.json
 
 ## 运行
 
-1.如果是开发机本地调试,直接在项目根目录下执行:
+1.如果是开发机 **本地运行**,直接在项目根目录下执行:
 
 ```bash
 python3 app.py
@@ -115,7 +115,7 @@ python3 app.py
 终端输出二维码后,使用微信进行扫码,当输出 "Start auto replying" 时表示自动回复程序已经成功运行了(注意:用于登录的微信需要在支付处已完成实名认证)。
 
 
-2.如果是服务器部署,则使用nohup命令在后台运行:
+2.如果是 **服务器部署**,则使用nohup命令在后台运行:
 
 ```bash
 touch nohup.out                                   # 首次运行需要新建日志文件