From f30b9e4fb9a2a32e5fe1ddbf78915e5fd5236e30 Mon Sep 17 00:00:00 2001 From: StarHeartHunt Date: Sun, 7 Mar 2021 17:59:25 +0800 Subject: [PATCH] :memo: tips for getting adapters list --- docs/guide/installation.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/guide/installation.md b/docs/guide/installation.md index 705464a1..1c6b5d38 100644 --- a/docs/guide/installation.md +++ b/docs/guide/installation.md @@ -74,6 +74,11 @@ pip install . # 不推荐 pip install nonebot-adapter- ``` +```bash +# 列出所有的适配器 +nb adapter list +``` + ## 安装插件 插件可以通过 `nb-cli` 进行安装,也可以自行安装并加载插件。