reorder the commands

This commit is contained in:
HfCloud 2023-02-06 02:12:36 +08:00
parent 321cb134b4
commit 612ff773b5
1 changed files with 1 additions and 1 deletions

View File

@ -52,8 +52,8 @@ Mac/Linux用户可以直接运行start.sh
或者分开运行bot和wechat_client 或者分开运行bot和wechat_client
``` ```
go run wechat_client.go
python bot.py python bot.py
go run wechat_client.go
``` ```
### 注意 ### 注意