From 2dcbcb3893d9b14752a15c8163c8a2af0ff71bc5 Mon Sep 17 00:00:00 2001 From: dgflash Date: Wed, 3 Aug 2022 16:12:05 +0800 Subject: [PATCH] readme --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 6776e34..57031f6 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,3 @@ - #### 介绍 oops-plugin-framework 是基于 Cocos Creator 3.x 以插件形式使用的游戏框架,此版本框架代码与游戏具体业务逻辑代码分离,方便在项目开发过程随时更新框架最新版本代码。 @@ -14,6 +8,7 @@ oops-plugin-framework 是基于 Cocos Creator 3.x 以插件形式使用的游戏 - [mvvm](https://gitee.com/dgflash/oops-framework/tree/master/doc/mvvm) #### 使用说明 +#### 第一次安装框架插件 ###### windows ``` md extensions @@ -30,6 +25,11 @@ git clone -b master https://gitee.com/dgflash/oops-plugin-framework.git git pull ``` +#### 后续更新框架插件新版本 +``` +git pull // 对插件目录执行下列命令 +``` + #### 学习交流 QQ 群:798575969 ![](http://dgflash.gitee.io/oops-full-stack-web/doc/img/qq.png)