mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-11-24 00:55:07 +08:00
Update installation.md
根据我之前的一个issue,完善文档
This commit is contained in:
parent
352f9f85c1
commit
31682f5f28
@ -71,6 +71,11 @@ pip install . # 不推荐
|
||||
|
||||
插件可以通过 `nb-cli` 进行安装,也可以自行安装并加载插件。
|
||||
|
||||
:::warning 注意
|
||||
如果你想直接从nb-cli安装插件,请确保你的当前目录中含有能正常工作的bot.py!
|
||||
安装完成后请重启当前bot.py(假如你在运行它的话)。
|
||||
:::
|
||||
|
||||
```bash
|
||||
# 列出所有的插件
|
||||
nb plugin list
|
||||
|
Loading…
Reference in New Issue
Block a user