From b2cdad9afc3d68bf130a65f42943cd0dc09739f4 Mon Sep 17 00:00:00 2001 From: Mooling0602 <147964268+Mooling0602@users.noreply.github.com> Date: Sat, 14 Sep 2024 18:58:06 +0800 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index be9d868..c1980af 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ 开发过程中用到的项目:[matrix-nio](https://pypi.org/project/matrix-nio/)。 -当前分支版本:已发布@2.2.1 +当前分支版本:主分支@2.2.1 请注意,插件在加载时会阻塞MCDR主线程,如果MCDR被阻塞并且无法继续正常启动,请检查强制结束所有进程并检查插件配置是否正确、Matrix根服务器是否在线等或禁用插件后重新启动。 @@ -20,11 +20,11 @@ > > 依赖软件包`zip` > -> 在终端上运行`git clone -b 2.2.1 https://github.com/Mooling0602/MatrixSync-MCDR.git`,然后进入`MatrixSync-MCDR`目录下并运行`pack_plugin.sh`(记得给文件设置可执行权限) +> 在终端上运行`git clone https://github.com/Mooling0602/MatrixSync-MCDR.git`,然后进入`MatrixSync-MCDR`目录下并运行`pack_plugin.sh`(记得给文件设置可执行权限) > -> 若无法正常访问GitHub,可以运行`git clone -b 2.2.1 https://mirror.ghproxy.com/https://github.com/Mooling0602/MatrixSync-MCDR.git` +> 若无法正常访问GitHub,可以运行`git clone https://mirror.ghproxy.com/https://github.com/Mooling0602/MatrixSync-MCDR.git` > -> 懒人用命令:`git clone -b 2.2.1 https://mirror.ghproxy.com/https://github.com/Mooling0602/MatrixSync-MCDR.git && cd MatrixSync-MCDR && chmod +x pack_plugin.sh && ./pack_plugin.sh` +> 懒人用命令:`git clone https://mirror.ghproxy.com/https://github.com/Mooling0602/MatrixSync-MCDR.git && cd MatrixSync-MCDR && chmod +x pack_plugin.sh && ./pack_plugin.sh` > > 正常情况下,请不要修改脚本内容及所用配置(config.ini)