diff --git a/doc/using.md b/doc/using.md index 6caf32a..e9a4648 100644 --- a/doc/using.md +++ b/doc/using.md @@ -10,4 +10,11 @@ md extensions cd extensions git clone -b master https://gitee.com/dgflash/oops-plugin-framework.git git pull +``` +###### mac +``` +mkdir -p extensions +cd extensions +git clone -b master https://gitee.com/dgflash/oops-plugin-framework.git +git pull ``` \ No newline at end of file diff --git a/update-oops-plugin-excel-to-json.sh b/update-oops-plugin-excel-to-json.sh new file mode 100644 index 0000000..1f038a5 --- /dev/null +++ b/update-oops-plugin-excel-to-json.sh @@ -0,0 +1,4 @@ +mkdir -p extensions +cd extensions +git clone -b master https://gitee.com/dgflash/oops-plugin-excel-to-json.git +git pull \ No newline at end of file diff --git a/update-oops-plugin-framework.sh b/update-oops-plugin-framework.sh new file mode 100644 index 0000000..9b23074 --- /dev/null +++ b/update-oops-plugin-framework.sh @@ -0,0 +1,4 @@ +mkdir -p extensions +cd extensions +git clone -b master https://gitee.com/dgflash/oops-plugin-framework.git +git pull \ No newline at end of file diff --git a/update-oops-plugin-hot-update.sh b/update-oops-plugin-hot-update.sh new file mode 100644 index 0000000..a4b5d98 --- /dev/null +++ b/update-oops-plugin-hot-update.sh @@ -0,0 +1,4 @@ +mkdir -p extensions +cd extensions +git clone -b master https://gitee.com/dgflash/oops-plugin-hot-update.git +git pull \ No newline at end of file