From 3fe4abdbc14178576a0b02fb64e13ecb50c452c5 Mon Sep 17 00:00:00 2001 From: enKl03B <163709829+enKl03B@users.noreply.github.com> Date: Sun, 10 Nov 2024 01:06:18 +0800 Subject: [PATCH 1/2] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 更改“安装”区段表述 --- README.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index e089ad0..9b8d27b 100644 --- a/README.md +++ b/README.md @@ -26,15 +26,16 @@ nonebot-plugin-dialectlist ## 💿 安装 -通过`pip`或`nb`安装; +通过`pip`或`nb`安装: +- 通过 pip 安装 +```python +pip install nonebot-plugin-zxpix +``` +- 通过 nb-cli 安装 +```python +nb plugin install nonebot-plugin-zxpix +``` ->**通过 pip **安装 - -`pip install nonebot-plugin-dialectlist` - ->**通过 nb **安装 - -`nb plugin install nonebot-plugin-dialectlist` ### ✅ 插件依赖于 From 8aab19adcbea55a2924b92678978a7729cd1c11f Mon Sep 17 00:00:00 2001 From: enKl03B <163709829+enKl03B@users.noreply.github.com> Date: Sun, 10 Nov 2024 11:48:06 +0800 Subject: [PATCH 2/2] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 直接 CV 导致的 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9b8d27b..93be978 100644 --- a/README.md +++ b/README.md @@ -29,11 +29,11 @@ nonebot-plugin-dialectlist 通过`pip`或`nb`安装: - 通过 pip 安装 ```python -pip install nonebot-plugin-zxpix +pip install nonebot-plugin-dialectlist ``` - 通过 nb-cli 安装 ```python -nb plugin install nonebot-plugin-zxpix +nb plugin install nonebot-plugin-dialectlist ```