Skip to content

Commit 55b4bad

Browse files
committed
📃 docs: add nbr cli tool
1 parent 3d40be2 commit 55b4bad

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

readme_template.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,21 @@
8585

8686
</details>
8787

88+
<details>
89+
<summary>使用 nbr(https://github.com/fllesser/nbr) 安装(使用 uv 管理依赖可用)</summary>
90+
在 nonebot2 项目的根目录下打开命令行, 输入以下指令即可安装
91+
92+
nbr plugin install {plugin-name} --upgrade
93+
使用 **pypi** 源安装
94+
95+
nbr plugin install {plugin-name} --upgrade -i "https://pypi.org/simple"
96+
使用**清华源**安装
97+
98+
nbr plugin install {plugin-name} --upgrade -i "https://pypi.tuna.tsinghua.edu.cn/simple"
99+
100+
</details>
101+
102+
88103
## ⚙️ 配置
89104

90105
在 nonebot2 项目的`.env`文件中添加下表中的必填配置

0 commit comments

Comments
 (0)