📝 fix nonebot2 doc url

This commit is contained in:
felinae98 2023-01-06 15:53:14 +08:00
parent f1c1d0297c
commit 84a1f4c0dd

View File

@ -82,7 +82,7 @@ sidebar: auto
2. clone 本项目,在项目中`poetry install`安装依赖
3. 安装 yarn配置 yarn 源(推荐)
4. 在`admin-fronted`中运行`yarn && yarn build`编译前端
5. 编辑`.env.prod`配置各种环境变量,见[Nonebot2 配置](https://v2.nonebot.dev/guide/basic-configuration.html)
5. 编辑`.env.prod`配置各种环境变量,见[Nonebot2 配置](https://v2.nonebot.dev/docs/tutorial/configuration)
6. 运行`poetry run python bot.py`启动机器人
### 作为插件使用