From ba85127f1b4455697b740b3b21270bdd3565199e Mon Sep 17 00:00:00 2001 From: N1ngYu Date: Sun, 23 Feb 2025 20:52:47 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b187529..f815d96 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ A QQbot Based on Nonebot. 2. Install [Nonebot](https://nonebot.dev/docs/quick-start) 3. Download this repo. 4. Create a nonebot project at another place and copy .venv/pyvenv.cfg to the bot folder. -5. Change the script path on /.venv/Lib/site-packages/nonebot_plugin_maimai_helper/__init__.py, line 87, 93, 201, 204 and line 205. (Please ignore my sh!t code, thanks.) +5. Change the script path on /.venv/Lib/site-packages/nonebot_plugin_maimai_helper/__init__.py, line 87, 93, 201, 204 and line 205. (Please ignore my sh!t code, thanks:(.) 6. Also, the script need change resouse path, too. The defult res path is `F:/res/` ; generate path is `F:/img/` 7. Run `nb run` in the SaltBot folder.