mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-11-24 00:55:07 +08:00
📝 Docs: 修正交互模式命令 (#1719)
Co-authored-by: Ju4tCode <42488585+yanyongyu@users.noreply.github.com>
This commit is contained in:
parent
17fb3f92eb
commit
5747397790
@ -30,7 +30,7 @@ nb adapter install <adapter-package>
|
||||
或者使用交互模式安装:
|
||||
|
||||
```bash
|
||||
nb adapter install
|
||||
nb adapter
|
||||
```
|
||||
|
||||
也可以使用 pip 安装
|
||||
|
@ -32,7 +32,7 @@ nb driver install <driver-name>
|
||||
或者使用交互模式安装:
|
||||
|
||||
```bash
|
||||
nb driver install
|
||||
nb driver
|
||||
```
|
||||
|
||||
也可以使用 pip 安装
|
||||
|
@ -30,7 +30,7 @@ nb plugin install <plugin-package>
|
||||
或者使用交互模式安装:
|
||||
|
||||
```bash
|
||||
nb plugin install
|
||||
nb plugin
|
||||
```
|
||||
|
||||
也可以使用 pip 安装
|
||||
|
Loading…
Reference in New Issue
Block a user