From e65c50e107a9bcbd7fb2a748bc2769964962d7c1 Mon Sep 17 00:00:00 2001 From: scdhh <51957264+shoucandanghehe@users.noreply.github.com> Date: Sun, 24 Jul 2022 17:11:34 +0800 Subject: [PATCH] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b579269..eebc6bd 100644 --- a/README.md +++ b/README.md @@ -12,10 +12,17 @@ TETRIS Stats 安装 ---- -* 使用 pip +* 使用 nb-cli(推荐) + +``` +nb plugin install nonebot-plugin-tetris-stats +``` + +* 使用 pip(不推荐) ``` pip install nonebot-plugin-tetris-stats +# 修改bot.py ``` 使用