Skip to content

Commit 93036e6

Browse files
committed
docs: update nbr plugin install command
1 parent 5664d3d commit 93036e6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

readme_template.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,13 @@
8484

8585
[nbr](https://github.com/fllesser/nbr) 是一个基于 uv 的 nb-cli,可以方便地管理 nonebot2
8686

87-
nbr plugin install {plugin-name} --upgrade
87+
nbr plugin install {plugin-name}
8888
使用 **pypi** 源安装
8989

90-
nbr plugin install {plugin-name} --upgrade -i "https://pypi.org/simple"
90+
nbr plugin install {plugin-name} -i "https://pypi.org/simple"
9191
使用**清华源**安装
9292

93-
nbr plugin install {plugin-name} --upgrade -i "https://pypi.tuna.tsinghua.edu.cn/simple"
93+
nbr plugin install {plugin-name} -i "https://pypi.tuna.tsinghua.edu.cn/simple"
9494

9595
</details>
9696

0 commit comments

Comments
 (0)